commit | 47dff40a408497cb890843666d500859cdc78814 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Mar 02 06:45:40 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Mar 02 06:45:40 2008 +0000 |
tree | 0caacc8d8326df8efff15d8b00277cf935b54a42 | |
parent | f0177282199d4b19108210a357f726a26c05afe1 [diff] |
New default basename for HTML help files.
diff --git a/Doc/conf.py b/Doc/conf.py index 10b9d6e..c718d8b 100644 --- a/Doc/conf.py +++ b/Doc/conf.py
@@ -86,7 +86,7 @@ } # Output file base name for HTML help builder. -htmlhelp_basename = 'pydoc' +htmlhelp_basename = 'python' + release.replace('.', '') # Options for LaTeX output