summaryrefslogtreecommitdiffstats
path: root/Doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-03-02 06:45:40 (GMT)
committerGeorg Brandl <georg@python.org>2008-03-02 06:45:40 (GMT)
commit47dff40a408497cb890843666d500859cdc78814 (patch)
tree0caacc8d8326df8efff15d8b00277cf935b54a42 /Doc/conf.py
parentf0177282199d4b19108210a357f726a26c05afe1 (diff)
downloadcpython-47dff40a408497cb890843666d500859cdc78814.zip
cpython-47dff40a408497cb890843666d500859cdc78814.tar.gz
cpython-47dff40a408497cb890843666d500859cdc78814.tar.bz2
New default basename for HTML help files.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r--Doc/conf.py2
1 files changed, 1 insertions, 1 deletions
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 @@ html_additional_pages = {
}
# Output file base name for HTML help builder.
-htmlhelp_basename = 'pydoc'
+htmlhelp_basename = 'python' + release.replace('.', '')
# Options for LaTeX output