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:
Pierre Riteau
2021-05-31 11:52:51 +02:00
parent c33709700f
commit 46ac7b8c7d

View File

@@ -47,7 +47,7 @@ deps =
commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:pdf-docs]
deps = -r{toxinidir}/doc/requirements.txt
deps = {[testenv:docs]deps}
whitelist_externals =
make
commands =