Skip to content

Commit

Permalink
add doctest sphinx extension in conf.py so doctests can run
Browse files Browse the repository at this point in the history
  • Loading branch information
jagerber48 committed Dec 30, 2024
1 parent 1da88c3 commit 54179b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ["sphinx.ext.autodoc", "sphinx_copybutton"]
extensions = ["sphinx.ext.autodoc", "sphinx.ext.doctest", "sphinx_copybutton"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand Down

0 comments on commit 54179b7

Please sign in to comment.