aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 79d8aaec..77aa29b6 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -17,11 +17,19 @@ author = 'The flashrom authors'
master_doc = 'index' # this is needed for old versions
-extensions = []
+extensions = [
+ 'sphinx.ext.todo'
+]
#templates_path = ['_templates']
exclude_patterns = []
+# -- Options for Todo extension ----------------------------------------------
+# https://www.sphinx-doc.org/en/master/usage/extensions/todo.html
+
+# If this is True, todo and todolist produce output, else they produce nothing. The default is False.
+todo_include_todos = False
+
# -- Options for HTML output -------------------------------------------------