Fix for newest doctools.

This commit is contained in:
Georg Brandl 2008-02-09 23:09:25 +00:00
parent 3abc6d6cb3
commit 14a1b8cc46
2 changed files with 11 additions and 11 deletions

View file

@ -50,7 +50,7 @@ Available make targets are:
* "latex", which builds LaTeX source files that can be run with "pdflatex" * "latex", which builds LaTeX source files that can be run with "pdflatex"
to produce PDF documents. to produce PDF documents.
* "linkcheck", which checks all external references to see whether they are * "linkcheck", which checks all external references to see whether they are
broken, redirected or malformed, and outputs this information to stdout broken, redirected or malformed, and outputs this information to stdout
as well as a plain-text (.txt) file. as well as a plain-text (.txt) file.

View file

@ -38,16 +38,16 @@ today = ''
today_fmt = '%B %d, %Y' today_fmt = '%B %d, %Y'
# List of files that shouldn't be included in the build. # List of files that shouldn't be included in the build.
unused_files = [ unused_docs = [
'whatsnew/2.0.rst', 'whatsnew/2.0',
'whatsnew/2.1.rst', 'whatsnew/2.1',
'whatsnew/2.2.rst', 'whatsnew/2.2',
'whatsnew/2.3.rst', 'whatsnew/2.3',
'whatsnew/2.4.rst', 'whatsnew/2.4',
'whatsnew/2.5.rst', 'whatsnew/2.5',
'maclib/scrap.rst', 'maclib/scrap',
'library/xmllib.rst', 'library/xmllib',
'library/xml.etree.rst', 'library/xml.etree',
] ]
# Relative filename of the reference count data file. # Relative filename of the reference count data file.