Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [2.7] bpo-31036: Allow sphinx and blurb to be found automatically (GH-16638) | Benjamin Peterson | 2019-10-08 | 1 | -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 Peterson | 2019-10-08 | 1 | -1/+1 |
| | | | | | (cherry picked from commit ee171a26c1169abfae534b08acc0d95c6e45a22a) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com> | ||||
* | bpo-31045: Language switch (#2652) (#3024) | Julien Palard | 2017-08-08 | 1 | -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 Ware | 2017-05-13 | 1 | -1/+1 |
| | |||||
* | Issue #27896: Allow passing sphinx options to Doc/Makefile | Victor Stinner | 2016-10-16 | 1 | -2/+2 |
| | | | | Patch written by Julien Palard. | ||||
* | Docs: add html-stable autobuild variant | Georg Brandl | 2016-06-15 | 1 | -1/+7 |
| | |||||
* | fix path to patchlevel.py | Benjamin Peterson | 2014-12-10 | 1 | -1/+1 |
| | |||||
* | Move Doc/tools/sphinxext content to Doc/tools, there is no need for the ↵ | Georg Brandl | 2014-09-30 | 1 | -2/+2 |
| | | | | nested subdirectory anymore. | ||||
* | Dont define an empty SPHINXOPTS, which overrides a definition from the ↵ | Georg Brandl | 2014-09-30 | 1 | -1/+0 |
| | | | | environment. | ||||
* | allow archives for rc releases to be built (closes #22484) | Benjamin Peterson | 2014-09-25 | 1 | -2/+3 |
| | |||||
* | remove automatic svn checkout of sphinx and its deps from Doc/Makefile | Benjamin Peterson | 2014-09-05 | 1 | -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 Storchaka | 2014-07-22 | 1 | -10/+16 |
| | | | | now display special message when and only when there are failures. | ||||
* | allow doc archives to be built for versions in the rc stage | Benjamin Peterson | 2014-05-24 | 1 | -2/+3 |
| | |||||
* | Doc/Makefile: also do "make suspicious" during daily autobuild | Georg Brandl | 2013-11-24 | 1 | -0/+1 |
| | |||||
* | Add a autobuild-quick target that only rebuilds HTML. | Georg Brandl | 2012-10-28 | 1 | -0/+5 |
| | |||||
* | #8040: enable the versionswitcher for the autobuild-dev target. | Ezio Melotti | 2012-10-27 | 1 | -1/+1 |
| | |||||
* | update Sphinx reference from 0.6.7 to 1.0.7 | Sandro Tosi | 2012-01-14 | 1 | -1/+1 |
| | |||||
* | Update Sphinx to 0.6.7. | Georg Brandl | 2010-10-29 | 1 | -1/+1 |
| | |||||
* | Merged revisions 85276 via svnmerge from | Georg Brandl | 2010-10-06 | 1 | -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 from | Georg Brandl | 2010-08-03 | 1 | -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 from | Georg Brandl | 2010-07-11 | 1 | -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 Brandl | 2010-03-13 | 1 | -4/+5 |
| | | | | right next to the HTML. | ||||
* | Bump externals versions for doc build. | Georg Brandl | 2010-03-13 | 1 | -4/+4 |
| | |||||
* | Add Makefile targets for automatic doc build. Add script that will be used ↵ | Georg Brandl | 2010-03-13 | 1 | -10/+31 |
| | | | | for daily build. | ||||
* | Issue #8004: add a serve target to the Doc Makefile. | Dirkjan Ochtman | 2010-02-24 | 1 | -0/+4 |
| | |||||
* | #7602: improve "clean" and "checkout" targets now that all tools are in ↵ | Georg Brandl | 2009-12-30 | 1 | -5/+4 |
| | | | | externals. | ||||
* | Use new Pygments version. | Georg Brandl | 2009-12-30 | 1 | -1/+1 |
| | |||||
* | use Sphinx 0.6.3 | Benjamin Peterson | 2009-11-13 | 1 | -1/+1 |
| | |||||
* | update to sphinx 0.6.2 | Benjamin Peterson | 2009-06-29 | 1 | -1/+1 |
| | |||||
* | Move pydoc_topics module to its own subdirectory, so that no generated code ↵ | Georg Brandl | 2009-04-26 | 1 | -4/+4 |
| | | | | is in Lib/. | ||||
* | Another file where the versions need to be up to date. | Georg Brandl | 2009-04-26 | 1 | -1/+1 |
| | |||||
* | Note that the versions are also in README.txt. | Georg Brandl | 2009-04-26 | 1 | -0/+1 |
| | |||||
* | Switch to fixed Sphinx version. | Georg Brandl | 2009-03-28 | 1 | -1/+1 |
| | |||||
* | use Jinja 2.1.1 | Benjamin Peterson | 2009-01-04 | 1 | -3/+3 |
| | |||||
* | Add "suspicious" builder which finds leftover markup in the HTML files. | Georg Brandl | 2009-01-04 | 1 | -0/+6 |
| | | | | Patch by Gabriel Genellina. | ||||
* | Disable the line length checker by default. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | Add rstlint, a little tool to find subtle markup problems and ↵ | Georg Brandl | 2009-01-03 | 1 | -1/+3 |
| | | | | inconsistencies in the Doc sources. | ||||
* | compute DISTVERSION with patchlevel.py | Benjamin Peterson | 2008-12-21 | 1 | -17/+17 |
| | |||||
* | Forward-port r66736. | Georg Brandl | 2008-10-02 | 1 | -2/+2 |
| | |||||
* | Add "dist" target. | Georg Brandl | 2008-09-21 | 1 | -1/+41 |
| | |||||
* | Update readme and Makefile (web builder doesn't exist). | Georg Brandl | 2008-09-21 | 1 | -8/+1 |
| | |||||
* | use the latest pygments version | Benjamin Peterson | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | add a htmlview directive | Benjamin Peterson | 2008-06-26 | 1 | -0/+2 |
| | |||||
* | Use newer versions of externals. | Georg Brandl | 2008-06-26 | 1 | -3/+3 |
| | |||||
* | Generate pydoc's topic help from the reST docs via Sphinx' | Georg Brandl | 2008-06-01 | 1 | -0/+5 |
| | | | | new text writer. | ||||
* | Add plain text make target. | Georg Brandl | 2008-06-01 | 1 | -0/+5 |
| | |||||
* | Check out Jinja as a separate step now that it's not included in the Sphinx ↵ | Georg Brandl | 2008-04-13 | 1 | -0/+5 |
| | | | | package anymore. | ||||
* | Allow giving source names on the cmdline. | Georg Brandl | 2008-03-22 | 1 | -1/+2 |
| | |||||
* | Activate the Sphinx doctest extension and convert howto/functional to use it. | Georg Brandl | 2008-03-22 | 1 | -0/+5 |
| | |||||
* | Documentation coverage builder, part 1. | Georg Brandl | 2008-02-23 | 1 | -2/+7 |
| |