Merge "Docs need to build without upper-constraaints"

This commit is contained in:
Zuul
2018-10-23 00:44:25 +00:00
committed by Gerrit Code Review

View File

@@ -54,6 +54,7 @@ description = Dummy environment to allow pylint to be run in subdir tox
[testenv:api-ref]
basepython = python3
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/doc/requirements.txt
commands =
rm -rf api-ref/build
@@ -62,6 +63,7 @@ whitelist_externals = rm
[testenv:docs]
basepython = python3
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/doc/requirements.txt
commands =
rm -rf doc/build
@@ -70,6 +72,7 @@ whitelist_externals = rm
[testenv:releasenotes]
basepython = python3
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/doc/requirements.txt
commands =
rm -rf releasenotes/build