[Python-checkins] r60704 - python/trunk/Doc/README.txt python/trunk/Doc/conf.py
georg.brandl
python-checkins at python.org
Sun Feb 10 00:09:28 CET 2008
Author: georg.brandl
Date: Sun Feb 10 00:09:25 2008
New Revision: 60704
Modified:
python/trunk/Doc/README.txt
python/trunk/Doc/conf.py
Log:
Fix for newest doctools.
Modified: python/trunk/Doc/README.txt
==============================================================================
--- python/trunk/Doc/README.txt (original)
+++ python/trunk/Doc/README.txt Sun Feb 10 00:09:25 2008
@@ -50,7 +50,7 @@
* "latex", which builds LaTeX source files that can be run with "pdflatex"
to produce PDF documents.
-
+
* "linkcheck", which checks all external references to see whether they are
broken, redirected or malformed, and outputs this information to stdout
as well as a plain-text (.txt) file.
Modified: python/trunk/Doc/conf.py
==============================================================================
--- python/trunk/Doc/conf.py (original)
+++ python/trunk/Doc/conf.py Sun Feb 10 00:09:25 2008
@@ -38,16 +38,16 @@
today_fmt = '%B %d, %Y'
# List of files that shouldn't be included in the build.
-unused_files = [
- 'whatsnew/2.0.rst',
- 'whatsnew/2.1.rst',
- 'whatsnew/2.2.rst',
- 'whatsnew/2.3.rst',
- 'whatsnew/2.4.rst',
- 'whatsnew/2.5.rst',
- 'maclib/scrap.rst',
- 'library/xmllib.rst',
- 'library/xml.etree.rst',
+unused_docs = [
+ 'whatsnew/2.0',
+ 'whatsnew/2.1',
+ 'whatsnew/2.2',
+ 'whatsnew/2.3',
+ 'whatsnew/2.4',
+ 'whatsnew/2.5',
+ 'maclib/scrap',
+ 'library/xmllib',
+ 'library/xml.etree',
]
# Relative filename of the reference count data file.
More information about the Python-checkins
mailing list