Skip to content

Commit fcd64e7

Browse files
committed
Enable the todo extension to allow using the todo directive
1 parent 9936d50 commit fcd64e7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929

3030
# Add any Sphinx extension module names here, as strings. They can be extensions
3131
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
32-
#extensions = []
32+
extensions = [
33+
'sphinx.ext.todo',
34+
]
3335

3436
# Add any paths that contain templates here, relative to this directory.
3537
templates_path = ['theme/_templates']

0 commit comments

Comments
 (0)