Skip to content

Commit 80c8646

Browse files
authored
fix snall issues
1 parent 5affc9f commit 80c8646

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/conf.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
# If true, sectionauthor and moduleauthor directives will be shown in the
102102
# output. They are ignored by default.
103103
#
104-
# show_authors = False
104+
show_authors = False
105105

106106
# The name of the Pygments (syntax highlighting) style to use.
107107
pygments_style = 'sphinx'
@@ -135,7 +135,7 @@
135135
'prev_next_buttons_location': 'bottom',
136136
'style_external_links': False,
137137
'vcs_pageview_mode': '',
138-
'style_nav_header_background': 'white',
138+
'style_nav_header_background': 'black',
139139
# Toc options
140140
'collapse_navigation': True,
141141
'sticky_navigation': True,
@@ -204,7 +204,7 @@
204204

205205
# If false, no index is generated.
206206
#
207-
# html_use_index = True
207+
html_use_index = True
208208

209209
# If true, the index is split into individual pages for each letter.
210210
#
@@ -236,7 +236,7 @@
236236
# 'da', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ja'
237237
# 'nl', 'no', 'pt', 'ro', 'ru', 'sv', 'tr', 'zh'
238238
#
239-
# html_search_language = 'en'
239+
html_search_language = 'en'
240240

241241
# A dictionary with options for the search language support, empty by default.
242242
# 'ja' uses this config value.

0 commit comments

Comments
 (0)