We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b82bfc commit 8c80931Copy full SHA for 8c80931
docs/conf.py
@@ -25,7 +25,12 @@
25
26
# Add any Sphinx extension module names here, as strings. They can be extensions
27
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28
-extensions = ['sphinx.ext.ifconfig', 'sphinx.ext.todo', 'sphinx.ext.intersphinx']
+extensions = [
29
+ 'sphinx.ext.ifconfig',
30
+ 'sphinx.ext.todo',
31
+ 'sphinx.ext.intersphinx',
32
+ 'sphinx.ext.doctest',
33
+]
34
35
# Add any paths that contain templates here, relative to this directory.
36
templates_path = ['_templates']
0 commit comments