Set branch for docs and step version
[sim/a1-interface.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index afa3e38..8a3aaa6 100644 (file)
--- 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-openapi==0.6.0
-    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-openapi==0.6.0
-       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