diff --git a/doc/conf.py b/doc/conf.py index bbb90390..83003135 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -3,6 +3,8 @@ # You can use sphinx-quickstart to create your own conf.py file! # After that, you have to edit a few things. See below. +import sphinx_py3doc_enhanced_theme + # Select nbsphinx and, if needed, other Sphinx extensions: extensions = [ 'nbsphinx', @@ -137,6 +139,15 @@ html_favicon = 'favicon.svg' html_title = project + ' version ' + release +html_theme = "sphinx_py3doc_enhanced_theme" +html_theme_path = [sphinx_py3doc_enhanced_theme.get_html_theme_path()] +html_theme_options = { + #'nosidebar': True, + #'sidebarwidth': 300, + #'body_max_width': None, + 'navigation_with_keys': True, + 'githuburl': 'https://github.com/spatialaudio/nbsphinx/', +} # -- Options for LaTeX output --------------------------------------------- diff --git a/doc/requirements.txt b/doc/requirements.txt index 3c83291b..bb96064f 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,4 @@ +sphinx-py3doc-enhanced-theme ipykernel numpy matplotlib