We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d2b019 + d7f9fcc commit 1fe87a9Copy full SHA for 1fe87a9
setup.cfg
@@ -25,6 +25,7 @@ install_requires =
25
numpydoc
26
sphinx-automodapi
27
sphinx-gallery
28
+ sphinxcontrib-jquery
29
pillow
30
pytest-doctestplus>=0.11
31
sphinx_astropy/conf/v1.py
@@ -206,6 +206,7 @@ def check_sphinx_version(expected_version):
206
'sphinx.ext.coverage',
207
'sphinx.ext.inheritance_diagram',
208
'sphinx.ext.viewcode',
209
+ 'sphinxcontrib.jquery',
210
'numpydoc',
211
'sphinx_automodapi.automodapi',
212
'sphinx_automodapi.smart_resolver',
0 commit comments