Skip to content

Commit

Permalink
DOC: Switch to piccolo_theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Feb 21, 2022
1 parent d7241b1 commit 151069b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@

html_favicon = 'favicon.svg'
html_title = project + ' version ' + release
html_theme = 'piccolo_theme'
html_theme_options = {
'navigation_with_keys': True,
}

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

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 @@
piccolo-theme
ipykernel
numpy
matplotlib
Expand Down

0 comments on commit 151069b

Please sign in to comment.