Skip to content

Commit

Permalink
DOC: Switch to nature theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jun 3, 2021
1 parent 4fb5586 commit fb9c2f9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,22 @@

html_favicon = 'favicon.svg'
html_title = project + ' version ' + release
html_theme = 'nature'
html_theme_options = {
#'nosidebar': True,
#'sidebarwidth': 300,
#'body_max_width': None,
'navigation_with_keys': True,
}
html_sidebars = {
'**': [
'globaltoc.html',
#'localtoc.html',
#'relations.html',
'sourcelink.html',
'searchbox.html',
]
}

# -- Options for LaTeX output ---------------------------------------------

Expand Down

0 comments on commit fb9c2f9

Please sign in to comment.