We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59d3a5 commit 963d665Copy full SHA for 963d665
doc/conf.py
@@ -140,6 +140,14 @@
140
141
html_favicon = 'favicon.svg'
142
html_title = project + ' version ' + release
143
+html_theme = 'sphinx_book_theme'
144
+html_theme_options = {
145
+ 'repository_url': 'https://github.com/spatialaudio/nbsphinx',
146
+ 'use_repository_button': True,
147
+ 'use_issues_button': True,
148
+ 'use_edit_page_button': True,
149
+ 'path_to_docs': 'doc',
150
+}
151
152
# -- Options for LaTeX output ---------------------------------------------
153
doc/requirements.txt
@@ -1,3 +1,4 @@
1
+sphinx-book-theme
2
ipykernel
3
numpy
4
matplotlib
0 commit comments