Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
fff798a1
Commit
fff798a1
authored
Aug 26, 2015
by
peastman
Browse files
Merge pull request #1110 from jchodera/remove-index
Turn off HTML index generation in Sphinx.
parents
5866a98f
b2899ace
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs-source/developerguide/conf.py
docs-source/developerguide/conf.py
+1
-1
docs-source/usersguide/conf.py
docs-source/usersguide/conf.py
+1
-1
No files found.
docs-source/developerguide/conf.py
View file @
fff798a1
...
@@ -142,7 +142,7 @@ html_static_path = ['_static']
...
@@ -142,7 +142,7 @@ html_static_path = ['_static']
#html_domain_indices = True
#html_domain_indices = True
# If false, no index is generated.
# If false, no index is generated.
#
html_use_index =
Tru
e
html_use_index
=
Fals
e
# 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
...
...
docs-source/usersguide/conf.py
View file @
fff798a1
...
@@ -142,7 +142,7 @@ html_static_path = ['_static']
...
@@ -142,7 +142,7 @@ html_static_path = ['_static']
#html_domain_indices = True
#html_domain_indices = True
# If false, no index is generated.
# If false, no index is generated.
#
html_use_index =
Tru
e
html_use_index
=
Fals
e
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment