We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f07420 commit ed81f40Copy full SHA for ed81f40
doc/conf.py
@@ -140,6 +140,10 @@
140
141
html_favicon = 'favicon.svg'
142
html_title = project + ' version ' + release
143
+html_theme = 'piccolo_theme'
144
+html_theme_options = {
145
+ 'navigation_with_keys': True,
146
+}
147
148
# -- Options for LaTeX output ---------------------------------------------
149
doc/requirements.txt
@@ -1,3 +1,4 @@
1
+piccolo-theme
2
ipykernel
3
numpy
4
matplotlib
0 commit comments