Commit fff798a1 authored by peastman's avatar peastman
Browse files

Merge pull request #1110 from jchodera/remove-index

Turn off HTML index generation in Sphinx.
parents 5866a98f b2899ace
......@@ -142,7 +142,7 @@ html_static_path = ['_static']
#html_domain_indices = True
# 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.
#html_split_index = False
......
......@@ -142,7 +142,7 @@ html_static_path = ['_static']
#html_domain_indices = True
# 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.
#html_split_index = False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment