Skip to content

Commit d7f9fcc

Browse files
committed
Ensure that jQuery is always installed
jQuery is not longer installed by default with Sphinx 6.0
1 parent 2d2b019 commit d7f9fcc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ install_requires =
2525
numpydoc
2626
sphinx-automodapi
2727
sphinx-gallery
28+
sphinxcontrib-jquery
2829
pillow
2930
pytest-doctestplus>=0.11
3031

sphinx_astropy/conf/v1.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ def check_sphinx_version(expected_version):
206206
'sphinx.ext.coverage',
207207
'sphinx.ext.inheritance_diagram',
208208
'sphinx.ext.viewcode',
209+
'sphinxcontrib.jquery',
209210
'numpydoc',
210211
'sphinx_automodapi.automodapi',
211212
'sphinx_automodapi.smart_resolver',

0 commit comments

Comments
 (0)