Skip to content

Commit

Permalink
DOC: Change to sizzle theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed May 7, 2024
1 parent e9cb489 commit d48b877
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/conf.py
Expand Up @@ -137,6 +137,15 @@

html_favicon = 'favicon.svg'
html_title = project + ' version ' + release
html_theme = 'sizzle'
html_theme_options = {
'globaltoc_collapse': True,
'globaltoc_depth': 3,
'project_logo_name': project,
'show_index': False,
'show_filter': False,
}
html_show_sourcelink = False

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

Expand Down
1 change: 1 addition & 0 deletions doc/requirements.txt
@@ -1,3 +1,4 @@
sphinx_sizzle_theme
ipykernel
numpy
matplotlib
Expand Down

0 comments on commit d48b877

Please sign in to comment.