Skip to content

Commit

Permalink
docs: Add sphinx_rtd_theme to extensions (#2220)
Browse files Browse the repository at this point in the history
* sphinx_rtd_theme must be added to the sphinx extensions in sphinx v6.0+
  to properly load jQuery.
   - c.f. https://sphinx-rtd-theme.readthedocs.io/en/1.2.0/changelog.html#known-issues
  • Loading branch information
matthewfeickert committed May 23, 2023
1 parent 2219abf commit 980eb73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def setup(app):
'sphinx.ext.viewcode',
'sphinx.ext.githubpages',
'sphinx.ext.intersphinx',
'sphinx_rtd_theme',
'sphinxcontrib.bibtex',
'sphinx.ext.napoleon',
'sphinx_click.ext',
Expand Down

0 comments on commit 980eb73

Please sign in to comment.