aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-29 17:26:20 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-29 17:26:20 -0600
commitc63fa2bbbdde21fb45ea98e3c69bbddbf25097a5 (patch)
treecb353675f554c67bacc8461f2dc0cb2ff9fac875 /conf.py
parent09d5c19296d6a1c7e58f995c5647500720b0a8e2 (diff)
downloadspec-c63fa2bbbdde21fb45ea98e3c69bbddbf25097a5.tar.gz
spec-c63fa2bbbdde21fb45ea98e3c69bbddbf25097a5.zip
start to elaborate on syntax
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 -------------------------------------------------