mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
When linking to an index page, explicitly name index.html instead of
using "./". The later does not work nicely when browsing docs on a local disk (as in the installed docs on Windows).
This commit is contained in:
parent
210d3cca86
commit
baf43c5036
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ class Options:
|
|||
outputfile = "-"
|
||||
columns = 1
|
||||
letters = 0
|
||||
uplink = "./"
|
||||
uplink = "index.html"
|
||||
uptitle = "Python Documentation Index"
|
||||
|
||||
def __init__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue