summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* [2.7] bpo-31036: Allow sphinx and blurb to be found automatically (GH-16638)Benjamin Peterson2019-10-081-3/+10
| | | | | | Rather than requiring the path to blurb and/or sphinx-build to be specified to the make rule, enhance the Doc/Makefile to look for each first in a virtual environment created by make venv and, if not found, look on the normal process PATH. This allows the Doc/Makefile to take advantage of an installed spinx-build or blurb and, thus, do the right thing most of the time. Also, make the directory for the venv be configurable and document the `make venv` target.. (cherry picked from commit 590665c399fc4aa3c4a9f8e7104d43a02e9f3a0c) Co-authored-by: Ned Deily <nad@python.org>
* [2.7] Stop using deprecated logging API in Sphinx suspicious checker (GH-16635)Benjamin Peterson2019-10-081-1/+1
| | | | | (cherry picked from commit ee171a26c1169abfae534b08acc0d95c6e45a22a) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
* bpo-31045: Language switch (#2652) (#3024)Julien Palard2017-08-081-2/+2
| | | | | | | | | | | | | | | | | | | * Doc: Indicate the language * Renaming version_switcher to switchers (to add language_switcher). * Adding language switch. * Doc switchers: Enhance readability of regex parsing versions. * Doc switchers: Desambiguate the need of a replace(/\/+$/g, '') by proper naming. * Doc switchers: py3k can't reach js, it's redirected server-side by nginx. * Doc switchers: Examples matching actual regexes. * Doc switchers: Better fallback on unexisting translated version. (cherry picked from commit dff9b5f9d62aa0b23f8a255867d09d11890efd1b)
* 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
| | | | Patch written by Julien Palard.
* 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 ↵Georg Brandl2014-09-301-2/+2
| | | | nested subdirectory anymore.
* Dont define an empty SPHINXOPTS, which overrides a definition from the ↵Georg Brandl2014-09-301-1/+0
| | | | environment.
* allow archives for rc releases to be built (closes #22484)Benjamin Peterson2014-09-251-2/+3
|
* remove automatic svn checkout of sphinx and its deps from Doc/MakefileBenjamin Peterson2014-09-051-36/+18
| | | | | Users are now required to install Sphinx themselves as is already the case with the Python 3 branch.
* Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/Serhiy Storchaka2014-07-221-10/+16
| | | | now display special message when and only when there are failures.
* 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
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85276 | georg.brandl | 2010-10-06 12:35:24 +0200 (Mi, 06 Okt 2010) | 1 line Fix the suspicious builder not to write CRLF, update suspicious file and add instructions to Makefile. ........
* Merged revisions 83663 via svnmerge fromGeorg Brandl2010-08-031-3/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83663 | georg.brandl | 2010-08-03 14:36:57 +0200 (Di, 03 Aug 2010) | 1 line A couple of nits how to ignore errors. ........
* Merged revisions 82789 via svnmerge fromGeorg Brandl2010-07-111-0/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82789 | georg.brandl | 2010-07-11 10:33:16 +0200 (So, 11 Jul 2010) | 1 line Silence makeindex. ........
* Change/fix handling of docs download location: for daily builds, put them ↵Georg Brandl2010-03-131-4/+5
| | | | right next to the HTML.
* 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 ↵Georg Brandl2010-03-131-10/+31
| | | | for daily build.
* 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 ↵Georg Brandl2009-12-301-5/+4
| | | | externals.
* 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 ↵Georg Brandl2009-04-261-4/+4
| | | | is in Lib/.
* 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
| | | | Patch by Gabriel Genellina.
* Disable the line length checker by default.Georg Brandl2009-01-031-1/+1
|
* Add rstlint, a little tool to find subtle markup problems and ↵Georg Brandl2009-01-031-1/+3
| | | | inconsistencies in the Doc sources.
* 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
| | | | new text writer.
* 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 ↵Georg Brandl2008-04-131-0/+5
| | | | package anymore.
* 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
|