diff --git a/doc/conf.py b/doc/conf.py index 71478628..05958c01 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -109,8 +109,6 @@ default_role = 'any' -pygments_style = 'sphinx' - jinja_define = r""" {% set docname = env.doc2path(env.docname, base='doc') %} {% set latex_href = ''.join([ @@ -161,6 +159,7 @@ html_theme = 'sphinx_rtd_theme' html_theme_options = { 'collapse_navigation': False, + 'navigation_with_keys': True, } html_title = project + ", version " + release