From: ktimoney Date: Mon, 3 Jul 2023 14:35:17 +0000 (+0100) Subject: Remove full stop at end of link X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F86%2F11486%2F2;p=nonrtric%2Fplt%2Frappcatalogue.git Remove full stop at end of link Issue-ID: NONRTRIC-887 Change-Id: I662deb8c83a30ee87e45470f018da9e4583266f0 Signed-off-by: ktimoney --- diff --git a/docs/conf.py b/docs/conf.py index 0d96f9a..86530e7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,7 +30,10 @@ linkcheck_ignore = [ './rac-api.html', #Generated file that doesn't exist at link check. ] -extensions = ['sphinxcontrib.redoc', 'sphinx.ext.intersphinx',] +extensions = [ + 'sphinx.ext.intersphinx', + 'sphinx.ext.autosectionlabel', +] redoc = [ { diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index 1863f23..e642f18 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -14,7 +14,7 @@ See the README.md file in the Gerrit repo for more details how to run the compon Kubernetes deployment ===================== -Non-RT RIC can be also deployed in a Kubernetes cluster, `it/dep repository `_. +Non-RT RIC can be also deployed in a Kubernetes cluster, `it/dep repository `_ hosts deployment and integration artifacts. Instructions and helm charts to deploy the Non-RT-RIC functions in the OSC NONRTRIC integrated test environment can be found in the *./nonrtric* directory. diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 8f65cbd..f1d0b7f 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,3 +1,13 @@ -sphinx +tox +Sphinx +doc8 +docutils < 0.17 +urllib3~=1.26.15 +setuptools +six +sphinx_rtd_theme +sphinxcontrib-needs +sphinxcontrib-swaggerdoc +sphinx_bootstrap_theme sphinxcontrib-redoc lfdocs-conf diff --git a/tox.ini b/tox.ini index 2705e16..00dd3b8 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ deps = -r{toxinidir}/docs/requirements-docs.txt commands = sphinx-build -W -b html -n -d {envtmpdir}/docs/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" -whitelist_externals = echo +allowlist_externals = echo [testenv:docs-linkcheck] basepython = python3