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 aa41c59 + a77198f commit d104751Copy full SHA for d104751
CHANGES.rst
@@ -4,6 +4,7 @@ Changes in sphinx-astropy
4
1.6 (unreleased)
5
----------------
6
7
+- Updated minimum required version of ``pytest-doctestplus`` to 0.11. [#47]
8
9
1.5 (2021-07-20)
10
setup.cfg
@@ -25,7 +25,7 @@ install_requires =
25
sphinx-automodapi
26
sphinx-gallery
27
pillow
28
- pytest-doctestplus>=0.10.1
+ pytest-doctestplus>=0.11
29
30
[options.extras_require]
31
all = astropy
0 commit comments