Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/en/_templates/globaltoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ <h3><a href="{{ pathto(master_doc) }}">{{ _('Table Of Contents') }}</a></h3>
<hr>
{{ toc }}
{%- endif %}

<hr>
<a href="{{ pathto('genindex') }}">Index</a>
<hr>
2 changes: 1 addition & 1 deletion doc/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
html_domain_indices = True

# 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.
# html_split_index = False
Expand Down