summaryrefslogtreecommitdiff
path: root/Doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Merge 3.5Victor Stinner2016-10-181-1/+1
|\
| * merge with 3.5Georg Brandl2016-06-151-1/+8
| |\
| * | Don't doc check the venv dirZachary Ware2016-03-241-1/+1
| | |
* | | Issue #27896: Allow passing sphinx options to Doc/MakefileVictor Stinner2016-10-161-2/+2
| |/ |/| | | | | Patch written by Julien Palard.
* | merge with 3.4Georg Brandl2016-06-151-4/+9
|\ \ | |/
| * Regenerated pydoc topic index in preparation for Python 3.5.0b2.Larry Hastings2015-05-301-2/+2
| |
| * merge 3.4Benjamin Peterson2014-12-101-3/+7
| |\
| | * Issue #22394: Add a 'venv' command to Doc/Makefile.Brett Cannon2014-12-051-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will create a venv using the interpreter specified by the PYTHON variable for the Makefile that also install Sphinx. Typical usage is expected to be: cd Doc make venv PYTHON=../python make html PYTHON=venv/bin/python3
* | | 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-241-2/+3
|
* 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.
* 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
| | | | | | | | | Nowadays it is likely that people will have Sphinx installed, and if not, they will know how to install it. This also simplifies life a lot for distribution packagers, who typically do not want the doc build process to connect to external web resources.
* Closes #20258: Sphinx toolchain: move back to Jinja2 2.3.1 with support for ↵Georg Brandl2014-01-141-1/+1
| | | | Py2.5.
* 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
|\
| * #8040: enable the versionswitcher for the autobuild-dev target.Ezio Melotti2012-10-271-1/+1
| |
* | Use newer version of Pygments that handles "yield from".Georg Brandl2012-09-301-1/+1
|/
* Fix target path in message.Georg Brandl2011-07-031-1/+1
|
* Update to 1.0.7.Georg Brandl2011-01-151-1/+1
|
* #10130: Prepare for building epub-format docs.Georg Brandl2011-01-051-0/+16
|
* Switch to Sphinx 1.0.5.Georg Brandl2010-11-121-1/+1
|
* Update to Sphin 1.0.4.Georg Brandl2010-10-061-1/+1
|
* Fix the suspicious builder not to write CRLF, update suspicious file and add ↵Georg Brandl2010-10-061-5/+6
| | | | instructions to Makefile.
* Revert accidental commit, apologies for the noiseÉric Araujo2010-09-061-2/+2
|
* UpdateÉric Araujo2010-09-061-2/+2
|
* A couple of nits how to ignore errors.Georg Brandl2010-08-031-3/+3
|
* Update Sphinx to 1.0.1.Georg Brandl2010-07-271-1/+1
|
* Update to 1.0.Georg Brandl2010-07-231-1/+1
|
* Silence makeindex.Georg Brandl2010-07-111-0/+2
|
* Merged revisions 78921 via svnmerge fromGeorg Brandl2010-03-131-4/+5
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78921 | georg.brandl | 2010-03-13 14:39:46 +0100 (Sa, 13 Mär 2010) | 1 line Change/fix handling of docs download location: for daily builds, put them right next to the HTML. ........
* Merged revisions 78908 via svnmerge fromGeorg Brandl2010-03-131-10/+31
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78908 | georg.brandl | 2010-03-13 11:12:39 +0100 (Sa, 13 Mär 2010) | 1 line Add Makefile targets for automatic doc build. Add script that will be used for daily build. ........
* Merged revisions 78910 via svnmerge fromGeorg Brandl2010-03-131-4/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78910 | georg.brandl | 2010-03-13 11:54:12 +0100 (Sa, 13 Mär 2010) | 1 line Bump externals versions for doc build. ........
* Merged revisions 78416,78430 via svnmerge fromR. David Murray2010-03-081-0/+4
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78416 | dirkjan.ochtman | 2010-02-23 23:12:11 -0500 (Tue, 23 Feb 2010) | 1 line Issue #8004: add a serve target to the Doc Makefile. ........ r78430 | dirkjan.ochtman | 2010-02-24 12:06:31 -0500 (Wed, 24 Feb 2010) | 1 line Add some notes about Tools/scripts/serve.py. ........
* Merged revisions 77151-77152 via svnmerge fromBenjamin Peterson2009-12-311-5/+4
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77151 | georg.brandl | 2009-12-30 12:32:50 -0600 (Wed, 30 Dec 2009) | 1 line #7487: update Pygments version. ........ r77152 | georg.brandl | 2009-12-30 12:36:09 -0600 (Wed, 30 Dec 2009) | 1 line #7602: improve "clean" and "checkout" targets now that all tools are in externals. ........
* Merged revisions 77145 via svnmerge fromGeorg Brandl2009-12-301-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77145 | georg.brandl | 2009-12-30 17:21:26 +0100 (Mi, 30 Dez 2009) | 1 line Use new Pygments version. ........
* Merged revisions 76255 via svnmerge fromBenjamin Peterson2009-11-131-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r76255 | benjamin.peterson | 2009-11-13 17:11:54 -0600 (Fri, 13 Nov 2009) | 1 line use Sphinx 0.6.3 ........
* Merged revisions 73669 via svnmerge fromBenjamin Peterson2009-06-291-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73669 | benjamin.peterson | 2009-06-28 22:30:55 -0500 (Sun, 28 Jun 2009) | 1 line update to sphinx 0.6.2 ........
* Merged revisions 71960 via svnmerge fromGeorg Brandl2009-04-271-3/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r71960 | georg.brandl | 2009-04-26 11:56:44 +0200 (So, 26 Apr 2009) | 1 line Move pydoc_topics module to its own subdirectory, so that no generated code is in Lib/. ........
* Merged revisions ↵Benjamin Peterson2009-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r70578 | benjamin.peterson | 2009-03-23 22:24:56 -0500 (Mon, 23 Mar 2009) | 1 line this is better written using assertRaises ........ r70599 | benjamin.peterson | 2009-03-25 16:42:51 -0500 (Wed, 25 Mar 2009) | 1 line this can be slightly less ugly ........ r70641 | guilherme.polo | 2009-03-27 16:43:08 -0500 (Fri, 27 Mar 2009) | 3 lines Adjusted _tkinter to compile without warnings when WITH_THREAD is not defined (part of issue #5035) ........ r70642 | georg.brandl | 2009-03-27 19:48:48 -0500 (Fri, 27 Mar 2009) | 1 line Fix typo. ........ r70650 | benjamin.peterson | 2009-03-28 14:16:10 -0500 (Sat, 28 Mar 2009) | 1 line give os.symlink and os.link() better parameter names #5564 ........ r70660 | georg.brandl | 2009-03-28 14:52:58 -0500 (Sat, 28 Mar 2009) | 1 line Switch to fixed Sphinx version. ........ r70661 | georg.brandl | 2009-03-28 14:57:36 -0500 (Sat, 28 Mar 2009) | 2 lines Add section numbering to some of the larger subdocuments. ........ r70674 | guilherme.polo | 2009-03-29 05:19:05 -0500 (Sun, 29 Mar 2009) | 1 line Typo fix. ........ r70691 | raymond.hettinger | 2009-03-29 13:51:11 -0500 (Sun, 29 Mar 2009) | 1 line Make life easier for non-CPython implementations. ........ r70697 | benjamin.peterson | 2009-03-29 16:22:35 -0500 (Sun, 29 Mar 2009) | 1 line this has been fixed since 2.6 (I love removing these) ........ r70698 | benjamin.peterson | 2009-03-29 16:31:05 -0500 (Sun, 29 Mar 2009) | 1 line thanks to guido's bytecode verifier, this is fixed ........ r70700 | benjamin.peterson | 2009-03-29 16:50:14 -0500 (Sun, 29 Mar 2009) | 1 line use the awesome new status iterator ........ r70704 | benjamin.peterson | 2009-03-29 21:49:32 -0500 (Sun, 29 Mar 2009) | 1 line there's actually three methods here #5600 ........
* don't bother with version in doc buildsBenjamin Peterson2009-03-031-1/+1
|
* Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via ↵Benjamin Peterson2009-01-091-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ................ r68288 | benjamin.peterson | 2009-01-03 18:39:07 -0600 (Sat, 03 Jan 2009) | 1 line only check the actual compile() call for a SyntaxError ................ r68289 | georg.brandl | 2009-01-04 02:26:10 -0600 (Sun, 04 Jan 2009) | 2 lines Test commit. ................ r68290 | georg.brandl | 2009-01-04 04:23:49 -0600 (Sun, 04 Jan 2009) | 4 lines Add "suspicious" builder which finds leftover markup in the HTML files. Patch by Gabriel Genellina. ................ r68291 | georg.brandl | 2009-01-04 04:24:09 -0600 (Sun, 04 Jan 2009) | 2 lines Fix two issues found by the suspicious builder. ................ r68325 | benjamin.peterson | 2009-01-04 16:00:18 -0600 (Sun, 04 Jan 2009) | 1 line use Jinja 2.1.1 ................ r68326 | georg.brandl | 2009-01-04 16:03:10 -0600 (Sun, 04 Jan 2009) | 2 lines Update make.bat. ................ r68338 | neal.norwitz | 2009-01-04 21:57:25 -0600 (Sun, 04 Jan 2009) | 1 line Make sure to checkout any new packages ................ r68388 | benjamin.peterson | 2009-01-07 21:39:46 -0600 (Wed, 07 Jan 2009) | 1 line string exceptions are gone ................ r68393 | benjamin.peterson | 2009-01-07 22:01:00 -0600 (Wed, 07 Jan 2009) | 1 line use new sphinx modules ................ r68423 | benjamin.peterson | 2009-01-08 20:13:34 -0600 (Thu, 08 Jan 2009) | 29 lines Merged revisions 68306-68308,68340,68368,68422 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r68306 | benjamin.peterson | 2009-01-04 12:27:19 -0600 (Sun, 04 Jan 2009) | 1 line fix_urllib: add mappings for the url parsing functions ........ r68307 | benjamin.peterson | 2009-01-04 12:30:01 -0600 (Sun, 04 Jan 2009) | 1 line remove duplicated function ........ r68308 | benjamin.peterson | 2009-01-04 12:50:34 -0600 (Sun, 04 Jan 2009) | 1 line turtle is no longer renamed ........ r68340 | georg.brandl | 2009-01-05 02:11:39 -0600 (Mon, 05 Jan 2009) | 2 lines Fix undefined locals in parse_tokens(). ........ r68368 | benjamin.peterson | 2009-01-06 17:56:10 -0600 (Tue, 06 Jan 2009) | 1 line fix typo (thanks to Robert Lehmann) ........ r68422 | benjamin.peterson | 2009-01-08 20:01:03 -0600 (Thu, 08 Jan 2009) | 1 line run the imports fixers after fix_import, so fix_import doesn't try to make stdlib renames into relative imports #4876 ........ ................
* Merged revisions 68222 via svnmerge fromGeorg Brandl2009-01-031-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r68222 | georg.brandl | 2009-01-03 22:11:58 +0100 (Sat, 03 Jan 2009) | 2 lines Disable the line length checker by default. ........