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 a7c0070 commit 48e310bCopy full SHA for 48e310b
setup.cfg
@@ -25,7 +25,7 @@ install_requires =
25
sphinx-automodapi
26
sphinx-gallery
27
pillow
28
- pytest-doctestplus
+ pytest-doctestplus>=0.10.1
29
30
[options.extras_require]
31
all = astropy
sphinx_astropy/conf/v1.py
@@ -18,8 +18,6 @@
18
import sphinx
19
from distutils.version import LooseVersion
20
21
-import pytest_doctestplus.sphinx.doctestplus
22
-
23
try:
24
import astropy
except ImportError:
0 commit comments