mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
added global toc to the sidebar of the documentation
This commit is contained in:
parent
980770a2b7
commit
741d54c235
1 changed files with 5 additions and 4 deletions
|
@ -102,9 +102,13 @@ html_static_path = ['_static']
|
||||||
# This is required for the alabaster theme
|
# This is required for the alabaster theme
|
||||||
# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
|
# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
|
||||||
html_sidebars = {
|
html_sidebars = {
|
||||||
'**': [
|
'index': [
|
||||||
'relations.html', # needs 'show_related': True theme option to display
|
'relations.html', # needs 'show_related': True theme option to display
|
||||||
|
'searchbox.html'
|
||||||
|
],
|
||||||
|
'**': [
|
||||||
'searchbox.html',
|
'searchbox.html',
|
||||||
|
'globaltoc.html'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -164,6 +168,3 @@ texinfo_documents = [
|
||||||
author, 'MoneroPythonmodule', 'One line description of project.',
|
author, 'MoneroPythonmodule', 'One line description of project.',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue