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.
1 parent 2d2b019 commit d7f9fccCopy full SHA for d7f9fcc
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