summaryrefslogtreecommitdiff
path: root/Doc/Makefile
Commit message (Expand)AuthorAgeFilesLines
* bpo-31045: Language switch (#2652) (#3024)Julien Palard2017-08-081-2/+2
* Fix warnings due to deprecated latex options (GH-1563)Zachary Ware2017-05-131-1/+1
* Issue #27896: Allow passing sphinx options to Doc/MakefileVictor Stinner2016-10-161-2/+2
* Docs: add html-stable autobuild variantGeorg Brandl2016-06-151-1/+7
* fix path to patchlevel.pyBenjamin Peterson2014-12-101-1/+1
* Move Doc/tools/sphinxext content to Doc/tools, there is no need for the neste...Georg Brandl2014-09-301-2/+2
* Dont define an empty SPHINXOPTS, which overrides a definition from the enviro...Georg Brandl2014-09-301-1/+0
* allow archives for rc releases to be built (closes #22484)Benjamin Peterson2014-09-241-2/+3
* remove automatic svn checkout of sphinx and its deps from Doc/MakefileBenjamin Peterson2014-09-041-36/+18
* Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/Serhiy Storchaka2014-07-221-10/+16
* allow doc archives to be built for versions in the rc stageBenjamin Peterson2014-05-241-2/+3
* Doc/Makefile: also do "make suspicious" during daily autobuildGeorg Brandl2013-11-241-0/+1
* Add a autobuild-quick target that only rebuilds HTML.Georg Brandl2012-10-281-0/+5
* #8040: enable the versionswitcher for the autobuild-dev target.Ezio Melotti2012-10-271-1/+1
* update Sphinx reference from 0.6.7 to 1.0.7Sandro Tosi2012-01-141-1/+1
* Update Sphinx to 0.6.7.Georg Brandl2010-10-291-1/+1
* Merged revisions 85276 via svnmerge fromGeorg Brandl2010-10-061-5/+6
* Merged revisions 83663 via svnmerge fromGeorg Brandl2010-08-031-3/+3
* Merged revisions 82789 via svnmerge fromGeorg Brandl2010-07-111-0/+2
* Change/fix handling of docs download location: for daily builds, put them rig...Georg Brandl2010-03-131-4/+5
* Bump externals versions for doc build.Georg Brandl2010-03-131-4/+4
* Add Makefile targets for automatic doc build. Add script that will be used f...Georg Brandl2010-03-131-10/+31
* Issue #8004: add a serve target to the Doc Makefile.Dirkjan Ochtman2010-02-241-0/+4
* #7602: improve "clean" and "checkout" targets now that all tools are in exter...Georg Brandl2009-12-301-5/+4
* Use new Pygments version.Georg Brandl2009-12-301-1/+1
* use Sphinx 0.6.3Benjamin Peterson2009-11-131-1/+1
* update to sphinx 0.6.2Benjamin Peterson2009-06-291-1/+1
* Move pydoc_topics module to its own subdirectory, so that no generated code i...Georg Brandl2009-04-261-4/+4
* Another file where the versions need to be up to date.Georg Brandl2009-04-261-1/+1
* Note that the versions are also in README.txt.Georg Brandl2009-04-261-0/+1
* Switch to fixed Sphinx version.Georg Brandl2009-03-281-1/+1
* use Jinja 2.1.1Benjamin Peterson2009-01-041-3/+3
* Add "suspicious" builder which finds leftover markup in the HTML files.Georg Brandl2009-01-041-0/+6
* Disable the line length checker by default.Georg Brandl2009-01-031-1/+1
* Add rstlint, a little tool to find subtle markup problems and inconsistencies...Georg Brandl2009-01-031-1/+3
* compute DISTVERSION with patchlevel.pyBenjamin Peterson2008-12-211-17/+17
* Forward-port r66736.Georg Brandl2008-10-021-2/+2
* Add "dist" target.Georg Brandl2008-09-211-1/+41
* Update readme and Makefile (web builder doesn't exist).Georg Brandl2008-09-211-8/+1
* use the latest pygments versionBenjamin Peterson2008-09-091-1/+1
* add a htmlview directiveBenjamin Peterson2008-06-261-0/+2
* Use newer versions of externals.Georg Brandl2008-06-261-3/+3
* Generate pydoc's topic help from the reST docs via Sphinx'Georg Brandl2008-06-011-0/+5
* Add plain text make target.Georg Brandl2008-06-011-0/+5
* Check out Jinja as a separate step now that it's not included in the Sphinx p...Georg Brandl2008-04-131-0/+5
* Allow giving source names on the cmdline.Georg Brandl2008-03-221-1/+2
* Activate the Sphinx doctest extension and convert howto/functional to use it.Georg Brandl2008-03-221-0/+5
* Documentation coverage builder, part 1.Georg Brandl2008-02-231-2/+7
* Wording nit.Georg Brandl2008-02-011-2/+2
* Add link checker builder, written for GHOP by Thomas Lamb.Georg Brandl2008-02-011-5/+11