Skip to content

Commit dc7c0dd

Browse files
committed
Ensure jQuery is available for pydata-sphinx-theme
This can be removed when pydata/pydata-sphinx-theme#1029 is released.
1 parent a9eb38e commit dc7c0dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
1616
# ones.
1717
extensions = [
18+
'sphinxcontrib.jquery', # Remove when requiring pydata-sphinx-theme>=0.13.
1819
'notfound.extension',
1920
]
2021

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ mpl-sphinx-theme~=3.6.0
33
pygments>=2.7
44
sphinx
55
sphinx-notfound-page
6+
sphinxcontrib.jquery==2.0.0 # Remove when requiring pydata-sphinx-theme>=0.13.

0 commit comments

Comments
 (0)