Skip to content

Commit

Permalink
fix: add sphinx_rtd_theme to extensions
Browse files Browse the repository at this point in the history
fixes search and flyout menu. 
See issue #471 for discussion
  • Loading branch information
hkershaw-brown authored May 9, 2023
1 parent 223675e commit 4c0ee42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx_rtd_theme',
'sphinx.ext.autodoc',
'sphinx.ext.mathjax'
]
Expand Down

0 comments on commit 4c0ee42

Please sign in to comment.