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 944d879 commit 870fd31Copy full SHA for 870fd31
TODO.rst
@@ -8,4 +8,4 @@
8
- virtualenv
9
- webdev
10
11
-
+.. todolist::
docs/conf.py
@@ -25,7 +25,7 @@
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']
+extensions = ['sphinx.ext.ifconfig', 'sphinx.ext.todo']
29
30
# Add any paths that contain templates here, relative to this directory.
31
templates_path = ['_templates']
@@ -258,3 +258,5 @@
258
259
# Allow duplicate toc entries.
260
#epub_tocdup = True
261
+
262
+todo_include_todos = True
0 commit comments