Skip to content

Commit 7ae65a2

Browse files
committed
don't render the empty index
1 parent 6b7126d commit 7ae65a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,16 +138,16 @@
138138
#html_additional_pages = {}
139139

140140
# If false, no module index is generated.
141-
#html_domain_indices = True
141+
html_domain_indices = False
142142

143143
# If false, no index is generated.
144-
#html_use_index = True
144+
html_use_index = False
145145

146146
# If true, the index is split into individual pages for each letter.
147147
#html_split_index = False
148148

149149
# If true, links to the reST sources are added to the pages.
150-
#html_show_sourcelink = True
150+
html_show_sourcelink = False
151151

152152
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
153153
#html_show_sphinx = True

0 commit comments

Comments
 (0)