Skip to content

Commit 8c80931

Browse files
committed
Add doctest ext
1 parent 2b82bfc commit 8c80931

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@
2525

2626
# Add any Sphinx extension module names here, as strings. They can be extensions
2727
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28-
extensions = ['sphinx.ext.ifconfig', 'sphinx.ext.todo', 'sphinx.ext.intersphinx']
28+
extensions = [
29+
'sphinx.ext.ifconfig',
30+
'sphinx.ext.todo',
31+
'sphinx.ext.intersphinx',
32+
'sphinx.ext.doctest',
33+
]
2934

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

0 commit comments

Comments
 (0)