]> granicus.if.org Git - python/commitdiff
Don't use "HOWTO" as the title for all howto .tex files.
authorGeorg Brandl <georg@python.org>
Sat, 8 Nov 2008 11:47:44 +0000 (11:47 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 8 Nov 2008 11:47:44 +0000 (11:47 +0000)
Doc/conf.py

index 38db324379b5c474a77cfe0a84702af7f994b948..bd0ea9f64b5ca1c3fed23f44aa662b6a4f5bb50a 100644 (file)
@@ -128,7 +128,7 @@ latex_documents = [
 ]
 # Collect all HOWTOs individually
 latex_documents.extend(('howto/' + fn[:-4], 'howto-' + fn[:-4] + '.tex',
-                        'HOWTO', _stdauthor, 'howto')
+                        '', _stdauthor, 'howto')
                        for fn in os.listdir('howto')
                        if fn.endswith('.rst') and fn != 'index.rst')