From 51fdb7ce666128d562ae9b3fe83e4de64d298a4d Mon Sep 17 00:00:00 2001 From: Caleb Johnson Date: Fri, 6 Sep 2024 18:11:42 -0500 Subject: [PATCH] Don't include doctest in sphinx extensions --- docs/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 89bf5f2..421ba88 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,7 +52,6 @@ "sphinx.ext.napoleon", "sphinx.ext.autodoc", "sphinx.ext.autosummary", - "sphinx.ext.doctest", "sphinx.ext.mathjax", "sphinx.ext.linkcode", "sphinx.ext.intersphinx", @@ -61,7 +60,6 @@ "reno.sphinxext", "nbsphinx", "qiskit_sphinx_theme", - "pytest_doctestplus.sphinx.doctestplus", ] html_last_updated_fmt = "%Y/%m/%d"