This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients benjamin.peterson, doko, georg.brandl, larry, matrixise, mdk, ned.deily, vstinner
Date 2017-09-08.00:51:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504831864.39.0.475610850677.issue31036@psf.upfronthosting.co.za>
In-reply-to
Content
For the 3.6 and master branches, I've now enhanced Doc/Makefile to better find its tools.  If the doc venv is present, e.g. make venv was run, the Doc build recipe will use sphinx-build and blurb from there, otherwise the process PATH will be search for installed versions.  Hopefully, that covers nearly all use cases.  But, if necessary, explicit locations for the tools can be set with the SPHINXBUILD and BLURB variables.  3.4 and 3.5 are now in security-fix mode: this change can be backported at their release manager's discretion.  The 2.7 Doc/Makefile does not need to use blurb because its docset does not build a changelog html file like the 3.x docs do.
History
Date User Action Args
2017-09-08 00:51:04ned.deilysetrecipients: + ned.deily, georg.brandl, doko, vstinner, larry, benjamin.peterson, matrixise, mdk
2017-09-08 00:51:04ned.deilysetmessageid: <1504831864.39.0.475610850677.issue31036@psf.upfronthosting.co.za>
2017-09-08 00:51:04ned.deilylinkissue31036 messages
2017-09-08 00:51:03ned.deilycreate