Skip to content

Commit

Permalink
DOC: Switch to bizstyle theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Aug 27, 2023
1 parent f572870 commit 23a30b4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,24 @@

html_favicon = 'favicon.svg'
html_title = project + ' version ' + release
html_theme = 'bizstyle'
html_theme_options = {
#'nosidebar': True,
'body_min_width': 0,
#'body_max_width': None,
'navigation_with_keys': True,
#'rightsidebar': True,
#'maincolor': '#336699',
}
html_sidebars = {
'**': [
'globaltoc.html',
#'localtoc.html',
#'relations.html',
'sourcelink.html',
'searchbox.html',
]
}

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

Expand Down

0 comments on commit 23a30b4

Please sign in to comment.