X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=f19042b2b705e08302a8319be5568a965725675c;hb=c5d4c3830df9262801b6b34fc2c9fbd1d9747e39;hp=3a1149e87628c5afdc5fbd1ae9587218b98d9cf0;hpb=5b2b9ef9df2eda1418e389f29e876bb1fe4a910f;p=sim%2Fa1-interface.git diff --git a/tox.ini b/tox.ini index 3a1149e..f19042b 100644 --- a/tox.ini +++ b/tox.ini @@ -48,7 +48,7 @@ commands = # doc jobs [testenv:docs] allowlist_externals = echo -basepython = python3.8 +basepython = python3 deps = -r{toxinidir}/docs/requirements-docs.txt commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html @@ -56,7 +56,7 @@ commands = [testenv:docs-linkcheck] skipsdist = true -basepython = python3.8 +basepython = python3 deps = -r{toxinidir}/docs/requirements-docs.txt commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck