Issue-ID: NONRTRIC-887
Change-Id: I662deb8c83a30ee87e45470f018da9e4583266f0
Signed-off-by: ktimoney <kevin.timoney@est.tech>
'./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 = [
{
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.
-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
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