Skip to content

Commit

Permalink
DOC: switch to sphinx_book_theme theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed May 7, 2024
1 parent e9cb489 commit a0327a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/conf.py
Expand Up @@ -137,6 +137,14 @@

html_favicon = 'favicon.svg'
html_title = project + ' version ' + release
html_theme = 'sphinx_book_theme'
html_theme_options = {
'repository_url': 'https://github.com/spatialaudio/nbsphinx',
'use_repository_button': True,
'use_issues_button': True,
'use_edit_page_button': True,
'path_to_docs': 'doc',
}

# -- Options for LaTeX output ---------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions doc/requirements.txt
@@ -1,3 +1,4 @@
sphinx-book-theme
ipykernel
numpy
matplotlib
Expand Down

0 comments on commit a0327a4

Please sign in to comment.