Skip to content

Commit 963d665

Browse files
committed
DOC: switch to sphinx_book_theme theme
1 parent b59d3a5 commit 963d665

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

doc/conf.py

+8
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,14 @@
140140

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

144152
# -- Options for LaTeX output ---------------------------------------------
145153

doc/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sphinx-book-theme
12
ipykernel
23
numpy
34
matplotlib

0 commit comments

Comments
 (0)