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 Dec 29, 2022
1 parent fe3f1c1 commit 5500def
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
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,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
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sphinx-book-theme
ipykernel
ipython!=8.7.0 # see https://github.com/spatialaudio/nbsphinx/issues/687
numpy
Expand Down

0 comments on commit 5500def

Please sign in to comment.