Skip to content

Commit 1bf732a

Browse files
mgeierfs446
authored andcommitted
DOC: Tweak Sphinx settings
1 parent 07bad4c commit 1bf732a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@
109109

110110
default_role = 'any'
111111

112-
pygments_style = 'sphinx'
113-
114112
jinja_define = r"""
115113
{% set docname = env.doc2path(env.docname, base='doc') %}
116114
{% set latex_href = ''.join([
@@ -161,6 +159,7 @@
161159
html_theme = 'sphinx_rtd_theme'
162160
html_theme_options = {
163161
'collapse_navigation': False,
162+
'navigation_with_keys': True,
164163
}
165164

166165
html_title = project + ", version " + release

0 commit comments

Comments
 (0)