Skip to content

Commit

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

html_favicon = 'favicon.svg'
html_title = project + ' version ' + release
html_theme = 'sphinxdoc'
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 b15174b

Please sign in to comment.