We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9936d50 commit fcd64e7Copy full SHA for fcd64e7
1 file changed
conf.py
@@ -29,7 +29,9 @@
29
30
# Add any Sphinx extension module names here, as strings. They can be extensions
31
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
32
-#extensions = []
+extensions = [
33
+ 'sphinx.ext.todo',
34
+]
35
36
# Add any paths that contain templates here, relative to this directory.
37
templates_path = ['theme/_templates']
0 commit comments