X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=8a3aaa6653f1d3ab3179071f9e2977507ce1de37;hb=f0ec1252e0c98e4ee6989ea0a1e0eef9dd06c91b;hp=e09164c9eeaec7ee29c5d19d22621479d5aace5d;hpb=6e325de83c8469a93500a8c0b8f4458158ed6905;p=sim%2Fa1-interface.git diff --git a/tox.ini b/tox.ini index e09164c..8a3aaa6 100644 --- a/tox.ini +++ b/tox.ini @@ -49,13 +49,7 @@ commands = [testenv:docs] whitelist_externals = echo basepython = python3.8 -deps = - sphinx - sphinx-rtd-theme - sphinxcontrib-httpdomain - sphinxcontrib-redoc - 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 echo "Generated docs available in {toxinidir}/docs/_build/html" @@ -63,10 +57,6 @@ commands = [testenv:docs-linkcheck] skipsdist = true basepython = python3.8 -deps = sphinx - sphinx-rtd-theme - sphinxcontrib-httpdomain - sphinxcontrib-redoc - recommonmark - lfdocs-conf -commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck +deps = -r{toxinidir}/docs/requirements-docs.txt +commands = + sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck