We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c683d commit f77d606Copy full SHA for f77d606
doc/en/_templates/globaltoc.html
@@ -21,3 +21,7 @@ <h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
21
<hr>
22
{{ toc }}
23
{%- endif %}
24
+
25
+<hr>
26
+<a href="{{ pathto('genindex') }}">Index</a>
27
doc/en/conf.py
@@ -208,7 +208,7 @@
208
html_domain_indices = True
209
210
# If false, no index is generated.
211
-html_use_index = False
+html_use_index = True
212
213
# If true, the index is split into individual pages for each letter.
214
# html_split_index = False
0 commit comments