From 46ac7b8c7df46326184f51437bad0e049a352302 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Mon, 31 May 2021 11:52:51 +0200 Subject: [PATCH] Fix PDF docs build Update tox config to include upper-constraints as dependencies. This resolves issues with building PDF docs. Change-Id: I1d83437079f224a0d560dd3cc339bf3ce5213534 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0169635..8755020 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =