Skip to content

Commit 098fd10

Browse files
committed
Adding pytest-doctestplus as a dependency as we pull the sphinx extension from there
1 parent de048db commit 098fd10

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Changes in sphinx-astropy
44
1.5 (unreleased)
55
----------------
66

7+
- ``doctest`` sphinx extension has been moved to ``pytest-doctestplus`` and
8+
therefore ``pytest-doctestplus`` is now a required dependency. [#45]
79

810
1.4 (2021-06-22)
911
----------------

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ install_requires =
2525
sphinx-automodapi
2626
sphinx-gallery
2727
pillow
28+
pytest-doctestplus
2829

2930
[options.extras_require]
3031
all = astropy

0 commit comments

Comments
 (0)