From c63fa2bbbdde21fb45ea98e3c69bbddbf25097a5 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Thu, 29 Oct 2020 17:26:20 -0600 Subject: start to elaborate on syntax --- conf.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf.py') 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 ------------------------------------------------- -- cgit v1.2.3