Skip to content

Commit ed81f40

Browse files
committed
DOC: Switch to piccolo_theme
1 parent 4f07420 commit ed81f40

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

doc/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@
140140

141141
html_favicon = 'favicon.svg'
142142
html_title = project + ' version ' + release
143+
html_theme = 'piccolo_theme'
144+
html_theme_options = {
145+
'navigation_with_keys': True,
146+
}
143147

144148
# -- Options for LaTeX output ---------------------------------------------
145149

doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
piccolo-theme
12
ipykernel
23
numpy
34
matplotlib

0 commit comments

Comments
 (0)