]> granicus.if.org Git - python/commitdiff
New default basename for HTML help files.
authorGeorg Brandl <georg@python.org>
Sun, 2 Mar 2008 06:45:40 +0000 (06:45 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 2 Mar 2008 06:45:40 +0000 (06:45 +0000)
Doc/conf.py

index 10b9d6e44d95965567ff6acecb15ed22b30464bb..c718d8b4322fbb073c1809e52ba224c68812fa1e 100644 (file)
@@ -86,7 +86,7 @@ html_additional_pages = {
 }
 
 # Output file base name for HTML help builder.
-htmlhelp_basename = 'pydoc'
+htmlhelp_basename = 'python' + release.replace('.', '')
 
 
 # Options for LaTeX output