Skip to content

Commit

Permalink
DOC: Switch to PyData theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Sep 3, 2023
1 parent 87d9e2a commit c7de1d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,18 @@

html_favicon = 'favicon.svg'
html_title = project + ' version ' + release
html_theme = 'pydata_sphinx_theme'
html_theme_options = {
#'show_prev_next': False,
'github_url': 'https://github.com/spatialaudio/nbsphinx',
'use_edit_page_button': True,
}
html_context = {
'github_user': 'spatialaudio',
'github_repo': 'nbsphinx',
'github_version': 'master',
'doc_path': '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 @@
pydata-sphinx-theme
ipykernel
numpy
matplotlib
Expand Down

0 comments on commit c7de1d3

Please sign in to comment.