From: Jeremy Stanley Date: Sun, 23 Aug 2020 21:38:37 +0000 (+0000) Subject: Revert "No longer run setup.py in docs builds" X-Git-Tag: 0.2.0^0 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=1e89bee5f3434a5d82d448508e5416a7cc95727c;ds=sidebyside 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. --- 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