From 9eaf470938b24b8ba63da6a1ba9213ef98df0aee Mon Sep 17 00:00:00 2001 From: David Stansby Date: Sun, 8 Dec 2024 13:19:25 +0000 Subject: [PATCH] Add pytest doctestplus extension --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 136fcf32d6..f900a74520 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,6 +44,7 @@ "sphinx_issues", "sphinx_copybutton", "sphinx_design", + "pytest_doctestplus.sphinx.doctestplus", ] numpydoc_show_class_members = False