Fix PDF docs build
Update tox config to include upper-constraints as dependencies. This resolves issues with building PDF docs. Change-Id: I1d83437079f224a0d560dd3cc339bf3ce5213534
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -47,7 +47,7 @@ deps =
|
|||||||
commands = sphinx-build -W -b html doc/source doc/build/html
|
commands = sphinx-build -W -b html doc/source doc/build/html
|
||||||
|
|
||||||
[testenv:pdf-docs]
|
[testenv:pdf-docs]
|
||||||
deps = -r{toxinidir}/doc/requirements.txt
|
deps = {[testenv:docs]deps}
|
||||||
whitelist_externals =
|
whitelist_externals =
|
||||||
make
|
make
|
||||||
commands =
|
commands =
|
||||||
|
Reference in New Issue
Block a user