Skip to content

Commit

Permalink
DOC: Switch to maisie theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Sep 2, 2023
1 parent 72d9f10 commit 0633c09
Show file tree
Hide file tree
Showing 2 changed files with 18 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 @@ -138,6 +138,23 @@
html_favicon = 'favicon.svg'
html_title = project + ' version ' + release

import maisie_sphinx_theme
html_theme_path = maisie_sphinx_theme.html_theme_path()
html_theme = 'maisie_sphinx_theme'
html_theme_options = {
'navigation_with_keys': True,
'project_nav_name': project,
'globaltoc_depth': 3,
#'globaltoc_collapse': False,
}
html_sidebars = {
'**': [
'logo-text.html',
'globaltoc.html',
'searchbox.html',
],
}

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

# See https://www.sphinx-doc.org/en/master/latex.html
Expand Down
1 change: 1 addition & 0 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
maisie-sphinx-theme
ipykernel
numpy
matplotlib
Expand Down

0 comments on commit 0633c09

Please sign in to comment.