Skip to content

Commit

Permalink
DOC: Switch to classic theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed May 25, 2023
1 parent 6f92f9b commit 2ddb3c8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,27 @@

html_favicon = 'favicon.svg'
html_title = project + ' version ' + release
html_theme = 'classic'
html_theme_options = {
#'nosidebar': True,
#'sidebarwidth': 300,
#'body_min_width': 0,
#'body_max_width': None,
'navigation_with_keys': True,
#'rightsidebar': True,
#'stickysidebar': True,
'collapsiblesidebar': True,
'externalrefs': True, # dashed underline on external links
}
html_sidebars = {
'**': [
'globaltoc.html',
#'localtoc.html',
#'relations.html',
'sourcelink.html',
'searchbox.html',
]
}

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

Expand Down

0 comments on commit 2ddb3c8

Please sign in to comment.