Remove full stop at end of link 86/11486/2
authorktimoney <kevin.timoney@est.tech>
Mon, 3 Jul 2023 14:35:17 +0000 (15:35 +0100)
committerktimoney <kevin.timoney@est.tech>
Mon, 3 Jul 2023 14:53:32 +0000 (15:53 +0100)
Issue-ID: NONRTRIC-887
Change-Id: I662deb8c83a30ee87e45470f018da9e4583266f0
Signed-off-by: ktimoney <kevin.timoney@est.tech>
docs/conf.py
docs/developer-guide.rst
docs/requirements-docs.txt
tox.ini

index 0d96f9a..86530e7 100644 (file)
@@ -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 = [
             {
index 1863f23..e642f18 100644 (file)
@@ -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 <https://gerrit.o-ran-sc.org/r/admin/repos/it/dep>`_.
+Non-RT RIC can be also deployed in a Kubernetes cluster, `it/dep repository <https://gerrit.o-ran-sc.org/r/admin/repos/it/dep>`_
 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.
 
index 8f65cbd..f1d0b7f 100644 (file)
@@ -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 (file)
--- 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