aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index 9aa2aa3..97209db 100644
--- a/conf.py
+++ b/conf.py
@@ -31,6 +31,8 @@ extensions = [
'recommonmark',
'crowbar_lexer',
'gemtext_builder',
+ 'crowbar_domain',
+ 'sphinx.ext.todo',
]
# Add any paths that contain templates here, relative to this directory.
@@ -43,6 +45,8 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
highlight_language = 'crowbar'
+todo_include_todos = True
+
# -- Options for HTML output -------------------------------------------------