aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802)Julien Palard2020-12-181-0/+1
* bpo-42238: Doc: Remove make suspicious from the CI and docs builds. (GH-23313)Julien Palard2020-11-251-1/+0
* bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969)Julien Palard2020-11-071-2/+2
* bpo-35293: Travis CI uses "make venv" for the doc (GH-22307)Victor Stinner2020-09-181-1/+1
* bpo-41685: Don't pin setuptools version anymore in Doc/Makefile (GH-22062)Victor Stinner2020-09-021-2/+1
* bpo-40204: Update Sphinx to version 3.2.1 in Doc/Makefile (GH-22043)Victor Stinner2020-09-021-1/+1
* bpo-41685: Temporarily pin setuptools to 49.2.1 in Docs venv. (GH-22038)Ned Deily2020-09-011-1/+2
* bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141)Ned Deily2020-06-251-1/+1
* Bump Sphinx to 2.2.0. (GH-16532)Julien Palard2019-10-221-1/+1
* bpo-37504: Fix documentation build with texinfo builder (GH-14606)Dmitry Shachnev2019-09-101-1/+18
* bpo-34293: Fix PDF documentation paper size (GH-8585)Jean-François B2019-09-091-1/+5
* Doc: Bump Sphinx verison. (#13785)Julien Palard2019-06-151-1/+1
* Doc: Update pip and setuptools when creating the virtual environment (GH-13307)Stéphane Wirtel2019-05-141-0/+1
* bpo-36838: Suggest 'make venv' when missing Doc/ tools. (GH-13173)Gregory P. Smith2019-05-071-4/+12
* bpo-36329: Declare the version of Python to use for Tools/scripts/serve.py (#...Stéphane Wirtel2019-03-181-1/+1
* Doc: -W flag for sphinx-build can be disabled (GH-10303)Julien Palard2018-11-031-2/+3
* bpo-34081: Fix wrong example link that was linking to distutils (GH-8248)Xtreak2018-10-211-1/+1
* bpo-30607: Use external python-doc-theme (GH-2017)Jon Wayne Parrott2018-03-011-1/+1
* Revert "bpo-30487: automatically create a venv and install Sphinx when runnin...Ned Deily2017-11-271-7/+5
* bpo-30487: automatically create a venv and install Sphinx when running make (...Caleb Hattingh2017-11-261-5/+7
* bpo-31036: Allow sphinx and blurb to be found automatically (#3440)Ned Deily2017-09-071-6/+8
* Include additional changes to support blurbified NEWS (#3340)Ned Deily2017-09-051-1/+16
* bpo-31045: Language switch (#2652)Julien2017-08-071-2/+2
* bpo-30052: Always regenerate cross-references (#1339)Nick Coghlan2017-06-021-2/+7
* Rename Doc/README.txt to Doc/README.rst and add formatting (#104)Roger2017-02-151-1/+1
* Doc/Makefile: set PYTHON to python3 (#124)Victor Stinner2017-02-151-1/+1
* Fix some sphinx warnings (#9)Ryan Gonzalez2017-02-111-1/+1
* Issue #27896: Allow passing sphinx options to Doc/MakefileVictor Stinner2016-10-161-2/+2
* merge with 3.5Georg Brandl2016-06-151-1/+8
|\
| * merge with 3.4Georg Brandl2016-06-151-1/+8
| |\
| | * Docs: add html-stable autobuild variantGeorg Brandl2016-06-151-1/+7
* | | Don't doc check the venv dirZachary Ware2016-03-241-1/+1
|/ /
* | Regenerated pydoc topic index in preparation for Python 3.5.0b2.Larry Hastings2015-05-301-2/+2
* | merge 3.4Benjamin Peterson2014-12-101-1/+1
|\|
| * 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
* | Issue #22394: Add a 'venv' command to Doc/Makefile.Brett Cannon2014-12-051-3/+7
* | 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
* Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/Serhiy Storchaka2014-07-221-10/+16
* Issue #17386: List the 'htmlview' target in the Doc/Makefile help output.Zachary Ware2014-04-291-0/+1
* Doc: do not compress .epub for dist, it is already zipped.Georg Brandl2014-03-281-8/+2
* Remove references to make targets deleted in eef7899ea7abÉric Araujo2014-03-131-3/+2
* Doc: do not rely on checked-out Sphinx toolchain from svn.python.org anymoreGeorg Brandl2014-02-161-29/+2
* Closes #20258: Sphinx toolchain: move back to Jinja2 2.3.1 with support for P...Georg Brandl2014-01-141-1/+1
* Update Sphinx toolchain.Georg Brandl2014-01-111-4/+4
* 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: merge with 3.2.Ezio Melotti2012-10-271-1/+1
|\