Skip to content

Commit 2abc5dc

Browse files
committed
DOC: Switch to readthedocs theme
1 parent 4f07420 commit 2abc5dc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/conf.py

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

141141
html_favicon = 'favicon.svg'
142142
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+
}
143148

144149
# -- Options for LaTeX output ---------------------------------------------
145150

doc/requirements.txt

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

0 commit comments

Comments
 (0)