Skip to content

Commit

Permalink
DOC: Switch to traditional theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed May 7, 2024
1 parent e9cb489 commit b4e0cae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/conf.py
Expand Up @@ -137,6 +137,14 @@

html_favicon = 'favicon.svg'
html_title = project + ' version ' + release
html_theme = 'traditional'
html_theme_options = {
#'nosidebar': True,
#'sidebarwidth': 300,
#'body_min_width': 0,
#'body_max_width': 800,
'navigation_with_keys': True,
}

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

Expand Down

0 comments on commit b4e0cae

Please sign in to comment.