Skip to content

Commit 870fd31

Browse files
committed
Enabled TODO extension
1 parent 944d879 commit 870fd31

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

TODO.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
- virtualenv
99
- webdev
1010

11-
11+
.. todolist::

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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']
28+
extensions = ['sphinx.ext.ifconfig', 'sphinx.ext.todo']
2929

3030
# Add any paths that contain templates here, relative to this directory.
3131
templates_path = ['_templates']
@@ -258,3 +258,5 @@
258258

259259
# Allow duplicate toc entries.
260260
#epub_tocdup = True
261+
262+
todo_include_todos = True

0 commit comments

Comments
 (0)