From 1e89bee5f3434a5d82d448508e5416a7cc95727c Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Sun, 23 Aug 2020 21:38:37 +0000 Subject: [PATCH] Revert "No longer run setup.py in docs builds" Turns out, PBR won't generate the ChangeLog without an explicit install/build after all, or at least not in the way which tox is handling it. This slipped through testing due to not running in a clean tree. This reverts commit 70381626690da47866363ef51ef8a37a4831dffa. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index daef9a3..d57c0d7 100644 --- a/tox.ini +++ b/tox.ini @@ -50,6 +50,7 @@ deps = -r{toxinidir}/doc/requirements.txt commands = rm -fr doc/build + python setup.py sdist sphinx-build -W -d doc/build/doctrees -b html doc/source/ doc/build/html usedevelop = False -- 2.11.0