summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #22827: Backport the new Distributing and Instaling Docs from 3.4Donald Stufft2014-11-201-2/+2
|
* linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on ↵Georg Brandl2014-10-291-0/+10
| | | | www.python.org again).
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-1/+1
|
* Adjust the author field of the .tex files to reflect that docs are now ↵Georg Brandl2014-10-291-1/+1
| | | | maintained by all of us
* Move Sphinx templates and extensions to their own subdirs.Georg Brandl2014-10-291-25/+9
|
* Closes #22537: Make sphinx extensions compatible with Python 2 or 3, like in ↵Georg Brandl2014-10-021-0/+3
| | | | the 3.x branches
* Move Doc/tools/sphinxext content to Doc/tools, there is no need for the ↵Georg Brandl2014-09-301-3/+3
| | | | nested subdirectory anymore.
* Doc: fix usage of deprecated config value "unused_docs", and a duplicate ↵Georg Brandl2014-09-201-4/+4
| | | | object name.
* backport our own copy of the ref-counting extensionBenjamin Peterson2014-09-051-2/+2
|
* Fix conf.py for Sphinx 1.0.Georg Brandl2012-01-211-4/+5
|
* Merged revisions ↵Georg Brandl2010-11-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,86390,86424-86425,86428 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85843 | georg.brandl | 2010-10-26 08:59:23 +0200 (Di, 26 Okt 2010) | 1 line Markup fix. ........ r85849 | georg.brandl | 2010-10-26 21:31:06 +0200 (Di, 26 Okt 2010) | 1 line #10200: typo. ........ r85850 | georg.brandl | 2010-10-26 21:58:11 +0200 (Di, 26 Okt 2010) | 1 line #10200: typo. ........ r85867 | georg.brandl | 2010-10-27 22:01:51 +0200 (Mi, 27 Okt 2010) | 1 line Add David. ........ r85907 | georg.brandl | 2010-10-29 06:54:13 +0200 (Fr, 29 Okt 2010) | 1 line #10222: fix for overzealous AIX compiler. ........ r85914 | georg.brandl | 2010-10-29 08:17:38 +0200 (Fr, 29 Okt 2010) | 1 line (?:...) is a non-capturing, but still grouping construct. ........ r86134 | georg.brandl | 2010-11-03 08:41:00 +0100 (Mi, 03 Nov 2010) | 1 line A newline in lineno output breaks pyframe output. ........ r86187 | georg.brandl | 2010-11-05 08:10:41 +0100 (Fr, 05 Nov 2010) | 1 line Move glossary entry to the right position and fix link. ........ r86315 | georg.brandl | 2010-11-08 12:05:18 +0100 (Mo, 08 Nov 2010) | 1 line Fix latex conversion glitch in property/feature descriptions. ........ r86316 | georg.brandl | 2010-11-08 12:08:35 +0100 (Mo, 08 Nov 2010) | 1 line Fix typo. ........ r86390 | georg.brandl | 2010-11-10 08:57:10 +0100 (Mi, 10 Nov 2010) | 1 line Fix typo. ........ r86424 | georg.brandl | 2010-11-12 07:19:48 +0100 (Fr, 12 Nov 2010) | 1 line Build a PDF of the FAQs too. ........ r86425 | georg.brandl | 2010-11-12 07:20:12 +0100 (Fr, 12 Nov 2010) | 1 line #10008: Fix duplicate index entry. ........ r86428 | georg.brandl | 2010-11-12 09:09:26 +0100 (Fr, 12 Nov 2010) | 1 line Fix weird line block in table. ........
* Merged revisions ↵Georg Brandl2010-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82798 | georg.brandl | 2010-07-11 11:23:11 +0200 (So, 11 Jul 2010) | 1 line #6774: explain shutdown() behavior varying with platform. ........ r82805 | georg.brandl | 2010-07-11 11:42:10 +0200 (So, 11 Jul 2010) | 1 line #7935: cross-reference to ast.literal_eval() from eval() docs. ........ r83659 | georg.brandl | 2010-08-03 14:06:29 +0200 (Di, 03 Aug 2010) | 1 line Terminology fix: exceptions are raised, except in generator.throw(). ........ r83977 | georg.brandl | 2010-08-13 17:10:49 +0200 (Fr, 13 Aug 2010) | 1 line Fix copy-paste error. ........ r84015 | georg.brandl | 2010-08-14 17:44:34 +0200 (Sa, 14 Aug 2010) | 1 line Add some maintainers. ........ r84018 | georg.brandl | 2010-08-14 17:48:49 +0200 (Sa, 14 Aug 2010) | 1 line Typo fix. ........ r84141 | georg.brandl | 2010-08-17 16:11:59 +0200 (Di, 17 Aug 2010) | 1 line Markup nits. ........ r84264 | georg.brandl | 2010-08-22 22:23:38 +0200 (So, 22 Aug 2010) | 1 line #9649: fix default value description. ........ r84326 | georg.brandl | 2010-08-26 16:30:15 +0200 (Do, 26 Aug 2010) | 1 line #9689: add links from overview to in-depth class API descriptions. ........ r84327 | georg.brandl | 2010-08-26 16:30:56 +0200 (Do, 26 Aug 2010) | 1 line #9681: typo. ........ r84480 | georg.brandl | 2010-09-04 00:33:27 +0200 (Sa, 04 Sep 2010) | 1 line More inclusive title. ........ r84482 | georg.brandl | 2010-09-04 00:40:02 +0200 (Sa, 04 Sep 2010) | 1 line #9760: clarify what context expression is. ........ r84484 | georg.brandl | 2010-09-04 00:49:27 +0200 (Sa, 04 Sep 2010) | 1 line Fix missing word. ........ r84530 | georg.brandl | 2010-09-05 19:07:12 +0200 (So, 05 Sep 2010) | 1 line #9747: fix copy-paste error in getresgid() doc. ........ r84531 | georg.brandl | 2010-09-05 19:09:18 +0200 (So, 05 Sep 2010) | 1 line #9776: fix some spacing. ........ r84553 | georg.brandl | 2010-09-06 08:49:07 +0200 (Mo, 06 Sep 2010) | 1 line #9780: both { and } are not valid fill characters. ........ r84619 | georg.brandl | 2010-09-08 12:43:45 +0200 (Mi, 08 Sep 2010) | 1 line Add Lukasz. ........ r84915 | georg.brandl | 2010-09-20 08:27:02 +0200 (Mo, 20 Sep 2010) | 1 line Fix typo. ........ r84916 | georg.brandl | 2010-09-20 08:29:01 +0200 (Mo, 20 Sep 2010) | 1 line Mention % as string formatting. ........
* More descriptive title.Raymond Hettinger2010-09-011-1/+1
|
* fix pdf building by teaching latex the right encoding packageBenjamin Peterson2009-08-241-0/+3
|
* chop off slashBenjamin Peterson2009-05-171-1/+1
|
* ignore .rst files in sphinx its selfBenjamin Peterson2009-05-171-0/+3
|
* Try to fix problems with verbatim.Georg Brandl2008-11-191-0/+2
|
* Don't use "HOWTO" as the title for all howto .tex files.Georg Brandl2008-11-081-1/+1
|
* Make all whatsnew docs accessible.Georg Brandl2008-10-081-7/+0
|
* silence Sphinx warningBenjamin Peterson2008-10-041-0/+1
|
* Split the HTML index.Georg Brandl2008-06-171-0/+3
|
* Insert correct OpenSearch base URL.Georg Brandl2008-05-031-1/+1
|
* Add OpenSearch and a Python logo to the HTML output.Georg Brandl2008-04-271-0/+6
|
* Update template for newest Sphinx.Georg Brandl2008-04-191-3/+1
|
* Use absolute path in sys.path.Georg Brandl2008-04-121-1/+1
|
* Add :issue: directive for easy linking to bugs.python.org.Georg Brandl2008-04-091-1/+1
|
* Activate the Sphinx doctest extension and convert howto/functional to use it.Georg Brandl2008-03-221-1/+2
|
* Update for newest Sphinx.Georg Brandl2008-03-091-3/+4
|
* New default basename for HTML help files.Georg Brandl2008-03-021-1/+1
|
* Rename sphinx.addons to sphinx.ext.Georg Brandl2008-02-251-1/+1
|
* Documentation coverage builder, part 1.Georg Brandl2008-02-231-1/+37
|
* Fix for newest doctools.Georg Brandl2008-02-091-10/+10
|
* Update for latest sphinx latex writer.Georg Brandl2008-02-011-12/+12
|
* Add refcounting extension to build config.Georg Brandl2008-01-271-0/+2
|
* Adapt to latest doctools refactoring.Georg Brandl2008-01-211-6/+9
|
* Add Python-specific content to Doc dir. Update configuration fileGeorg Brandl2008-01-161-10/+75
| | | | to work with the newest Sphinx.
* Adapt conf.py to new option names.Georg Brandl2007-12-161-11/+27
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+55