Skip to content

Commit bb3f48b

Browse files
committed
DOC: drop unused extension doctest
1 parent a148381 commit bb3f48b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

doc/manual/source/conf.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@
3131

3232
# Add any Sphinx extension module names here, as strings. They can be extensions
3333
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
34-
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest',
35-
'sphinx.ext.coverage', 'sphinx.ext.napoleon']
34+
extensions = [
35+
'sphinx.ext.autodoc',
36+
'sphinx.ext.coverage',
37+
'sphinx.ext.napoleon',
38+
]
3639

3740
# Add any paths that contain templates here, relative to this directory.
3841
templates_path = ['_templates']

0 commit comments

Comments
 (0)