Skip to content

Commit

Permalink
DOC: Switch to pyramid theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Sep 3, 2023
1 parent 87d9e2a commit f999132
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,23 @@

html_favicon = 'favicon.svg'
html_title = project + ' version ' + release
html_theme = 'pyramid'
html_theme_options = {
#'nosidebar': True,
#'sidebarwidth': 300,
#'body_min_width': 0,
#'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 f999132

Please sign in to comment.