]> granicus.if.org Git - python/commitdiff
Fix for newest doctools.
authorGeorg Brandl <georg@python.org>
Sat, 9 Feb 2008 23:09:25 +0000 (23:09 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 9 Feb 2008 23:09:25 +0000 (23:09 +0000)
Doc/README.txt
Doc/conf.py

index ebeb358bc2e0d15ca4e7590c192b98a223543b74..087efd594d2311a77101d9cfaecc66341ff25082 100644 (file)
@@ -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.
index 4cd0086945f528695f77d64abdced4d723958417..e19895063d350f3d0e2c537b160120dbdb9b479e 100644 (file)
@@ -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.