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