mirror of
https://github.com/python/cpython.git
synced 2026-01-28 10:12:20 +00:00
New default basename for HTML help files.
This commit is contained in:
parent
f017728219
commit
47dff40a40
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@
|
|||
}
|
||||
|
||||
# Output file base name for HTML help builder.
|
||||
htmlhelp_basename = 'pydoc'
|
||||
htmlhelp_basename = 'python' + release.replace('.', '')
|
||||
|
||||
|
||||
# Options for LaTeX output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue