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 de048db commit 098fd10Copy full SHA for 098fd10
CHANGES.rst
@@ -4,6 +4,8 @@ Changes in sphinx-astropy
4
1.5 (unreleased)
5
----------------
6
7
+- ``doctest`` sphinx extension has been moved to ``pytest-doctestplus`` and
8
+ therefore ``pytest-doctestplus`` is now a required dependency. [#45]
9
10
1.4 (2021-06-22)
11
setup.cfg
@@ -25,6 +25,7 @@ install_requires =
25
sphinx-automodapi
26
sphinx-gallery
27
pillow
28
+ pytest-doctestplus
29
30
[options.extras_require]
31
all = astropy
0 commit comments