[Python-checkins] r61168 - python/trunk/Doc/conf.py

georg.brandl python-checkins at python.org
Sun Mar 2 07:45:40 CET 2008


Author: georg.brandl
Date: Sun Mar  2 07:45:40 2008
New Revision: 61168

Modified:
   python/trunk/Doc/conf.py
Log:
New default basename for HTML help files.


Modified: python/trunk/Doc/conf.py
==============================================================================
--- python/trunk/Doc/conf.py	(original)
+++ python/trunk/Doc/conf.py	Sun Mar  2 07:45:40 2008
@@ -86,7 +86,7 @@
 }
 
 # Output file base name for HTML help builder.
-htmlhelp_basename = 'pydoc'
+htmlhelp_basename = 'python' + release.replace('.', '')
 
 
 # Options for LaTeX output


More information about the Python-checkins mailing list