We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9eb38e commit dc7c0ddCopy full SHA for dc7c0dd
docs/conf.py
@@ -15,6 +15,7 @@
15
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
16
# ones.
17
extensions = [
18
+ 'sphinxcontrib.jquery', # Remove when requiring pydata-sphinx-theme>=0.13.
19
'notfound.extension',
20
]
21
requirements.txt
@@ -3,3 +3,4 @@ mpl-sphinx-theme~=3.6.0
3
pygments>=2.7
4
sphinx
5
sphinx-notfound-page
6
+sphinxcontrib.jquery==2.0.0 # Remove when requiring pydata-sphinx-theme>=0.13.
0 commit comments