Skip to content

Commit

Permalink
Docs: jQuery broken (#1281)
Browse files Browse the repository at this point in the history
* Workaround for readthedocs/sphinx_rtd_theme#1452

* add comment
  • Loading branch information
benjaoming committed May 1, 2023
1 parent c4421fd commit 5fc500f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ def setup(app):
"sphinx.ext.extlinks",
"sphinx.ext.todo",
"sphinx.ext.viewcode",
# Fix: https://github.com/readthedocs/sphinx_rtd_theme/issues/1452
"sphinxcontrib.jquery",
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 5fc500f

Please sign in to comment.