diff --git a/doc/conf.py b/doc/conf.py index bbb90390..7b17b391 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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 --------------------------------------------- diff --git a/doc/requirements.txt b/doc/requirements.txt index eafc24d2..2ca54cff 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,4 @@ +pydata-sphinx-theme ipykernel numpy matplotlib