Skip to content
Snippets Groups Projects
Commit d6cd84d2 authored by Gael Varoquaux's avatar Gael Varoquaux
Browse files

DOC: turn off generation of index pages

We are not maintaining these pages for now, so they are more confusing
than helpful.
parent 1657df48
No related branches found
No related tags found
No related merge requests found
...@@ -164,10 +164,10 @@ html_static_path = ['images'] ...@@ -164,10 +164,10 @@ html_static_path = ['images']
#html_additional_pages = {} #html_additional_pages = {}
# If false, no module index is generated. # If false, no module index is generated.
#html_use_modindex = True html_use_modindex = False
# If false, no index is generated. # If false, no index is generated.
#html_use_index = True html_use_index = False
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment