Split the HTML index.
This commit is contained in:
parent
59f3ade862
commit
5c15aba870
|
@ -94,6 +94,9 @@ html_static_path = ['tools/sphinxext/static']
|
|||
# Output file base name for HTML help builder.
|
||||
htmlhelp_basename = 'python' + release.replace('.', '')
|
||||
|
||||
# Split the index
|
||||
html_split_index = True
|
||||
|
||||
|
||||
# Options for LaTeX output
|
||||
# ------------------------
|
||||
|
|
Loading…
Reference in New Issue