From: Georg Brandl Date: Sun, 2 Mar 2008 06:45:40 +0000 (+0000) Subject: New default basename for HTML help files. X-Git-Tag: v2.6a2~433 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47dff40a408497cb890843666d500859cdc78814;p=thirdparty%2FPython%2Fcpython.git New default basename for HTML help files. --- diff --git a/Doc/conf.py b/Doc/conf.py index 10b9d6e44d95..c718d8b4322f 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