We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
doctest
1 parent a148381 commit bb3f48bCopy full SHA for bb3f48b
1 file changed
doc/manual/source/conf.py
@@ -31,8 +31,11 @@
31
32
# Add any Sphinx extension module names here, as strings. They can be extensions
33
# 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']
+extensions = [
+ 'sphinx.ext.autodoc',
36
+ 'sphinx.ext.coverage',
37
+ 'sphinx.ext.napoleon',
38
+]
39
40
# Add any paths that contain templates here, relative to this directory.
41
templates_path = ['_templates']
0 commit comments