From 14a1b8cc469375577ea42152bfe559fa52d6ece7 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 9 Feb 2008 23:09:25 +0000 Subject: Fix for newest doctools. --- Doc/README.txt | 2 +- Doc/conf.py | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Doc/README.txt b/Doc/README.txt index ebeb358..087efd5 100644 --- a/Doc/README.txt +++ b/Doc/README.txt @@ -50,7 +50,7 @@ Available make targets are: * "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. diff --git a/Doc/conf.py b/Doc/conf.py index 4cd0086..e198950 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -38,16 +38,16 @@ today = '' 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. -- cgit v0.12