docs: generate index and add it to globaltoc sidebar (#6808)
This commit is contained in:
parent
16c683dff9
commit
f77d606d4e
|
@ -21,3 +21,7 @@
|
||||||
<hr>
|
<hr>
|
||||||
{{ toc }}
|
{{ toc }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
<a href="{{ pathto('genindex') }}">Index</a>
|
||||||
|
<hr>
|
||||||
|
|
|
@ -208,7 +208,7 @@ html_sidebars = {
|
||||||
html_domain_indices = True
|
html_domain_indices = True
|
||||||
|
|
||||||
# If false, no index is generated.
|
# If false, no index is generated.
|
||||||
html_use_index = False
|
html_use_index = True
|
||||||
|
|
||||||
# If true, the index is split into individual pages for each letter.
|
# If true, the index is split into individual pages for each letter.
|
||||||
# html_split_index = False
|
# html_split_index = False
|
||||||
|
|
Loading…
Reference in New Issue