X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=tox.ini;h=9374684d36a64c9533508d253546cd233a983026;hb=ffb56b1ee4e3c4d95cd574c29159181b726db38b;hp=4491722a35b8db6c867e48646aa91e5f24492d75;hpb=616ea8d57a6dba93bc0d048301155c349c13f20c;p=portal%2Fnonrtric-controlpanel.git diff --git a/tox.ini b/tox.ini index 4491722..9374684 100644 --- a/tox.ini +++ b/tox.ini @@ -24,12 +24,7 @@ skipsdist = true [testenv:docs] basepython = python3 -deps = - sphinx - sphinx-rtd-theme - sphinxcontrib-httpdomain - recommonmark - lfdocs-conf +deps = -r{toxinidir}/docs/requirements-docs.txt commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html @@ -38,9 +33,5 @@ whitelist_externals = echo [testenv:docs-linkcheck] basepython = python3 -deps = sphinx - sphinx-rtd-theme - sphinxcontrib-httpdomain - recommonmark - lfdocs-conf +deps = -r{toxinidir}/docs/requirements-docs.txt commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck