Skip to content

Commit

Permalink
Don't include doctest in sphinx extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed Sep 6, 2024
1 parent 2c91c71 commit 51fdb7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -61,7 +60,6 @@
"reno.sphinxext",
"nbsphinx",
"qiskit_sphinx_theme",
"pytest_doctestplus.sphinx.doctestplus",
]

html_last_updated_fmt = "%Y/%m/%d"
Expand Down

0 comments on commit 51fdb7c

Please sign in to comment.