summaryrefslogtreecommitdiff
path: root/tests/root/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-09 19:46:32 +0100
committerGeorg Brandl <georg@python.org>2008-11-09 19:46:32 +0100
commit26535b3b1d30cf3569410e5dd1be0e64e801136f (patch)
tree90fcb7363bc6819022f3e4fbfe308373749cf3f7 /tests/root/conf.py
parent5867989234084f7192dc694f01f906057ca16ab2 (diff)
downloadsphinx-26535b3b1d30cf3569410e5dd1be0e64e801136f.tar.gz
Add todo extension.
Diffstat (limited to 'tests/root/conf.py')
-rw-r--r--tests/root/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/root/conf.py b/tests/root/conf.py
index 8d2b276f..8b4419f5 100644
--- a/tests/root/conf.py
+++ b/tests/root/conf.py
@@ -23,7 +23,8 @@ sys.path.append(os.path.abspath('.'))
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['ext', 'sphinx.ext.autodoc', 'sphinx.ext.jsmath', 'sphinx.ext.coverage']
+extensions = ['ext', 'sphinx.ext.autodoc', 'sphinx.ext.jsmath',
+ 'sphinx.ext.coverage', 'sphinx.ext.todo']
jsmath_path = 'dummy.js'
# Add any paths that contain templates here, relative to this directory.