summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index e5baebc686..f6b257d463 100644
--- a/tox.ini
+++ b/tox.ini
@@ -141,9 +141,6 @@ envdir = {toxworkdir}/docs
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
-# NOTE(slaweq): mitogen is optional dependency of the pyroute2 and without it
-# our docs job is failing
- mitogen>=0.2.9
commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:pdf-docs]