Skip to content

Commit d2c2323

Browse files
committed
Fix PDF docs build
Update tox config to include upper-constraints as dependencies. This resolves issues with building PDF docs. Change-Id: I98f287e4654ecb6b92d4f3815f359b205b06559a
1 parent 67fae0f commit d2c2323

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ commands = flake8
4545
commands = {posargs}
4646

4747
[testenv:docs]
48-
deps = -r{toxinidir}/doc/requirements.txt
48+
deps =
49+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
50+
-r{toxinidir}/doc/requirements.txt
4951
commands = sphinx-build --keep-going -b html doc/source doc/build/html
5052

5153
[testenv:pdf-docs]

0 commit comments

Comments
 (0)