Skip to content

Commit

Permalink
DOC: Switch to readthedocs theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Dec 29, 2022
1 parent fe3f1c1 commit 6f18f83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@

html_favicon = 'favicon.svg'
html_title = project + ' version ' + release
html_theme = 'sphinx_rtd_theme'
html_theme_options = {
'navigation_with_keys': True,
'collapse_navigation': False,
}

# -- 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_rtd_theme>=0.5
ipykernel
ipython!=8.7.0 # see https://github.com/spatialaudio/nbsphinx/issues/687
numpy
Expand Down

0 comments on commit 6f18f83

Please sign in to comment.