Skip to content
Snippets Groups Projects
Commit 1e40dcf8 authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

sphinx: add todo extention, to typeset TODO notes

also enable displaying TODO by defaults, as this is devel-oriented doc
parent 1977032c
Branches feature/myst
No related tags found
1 merge request!78sphinx: use MyST for markdown rendering
......@@ -30,6 +30,7 @@ extensions = [
"sphinx.ext.graphviz",
"sphinx_click.ext",
"myst_parser",
"sphinx.ext.todo",
]
# Add any paths that contain templates here, relative to this directory.
......@@ -136,6 +137,9 @@ autodoc_mock_imports = ["rados"]
modindex_common_prefix = ["swh."]
# For the todo extension. Todo and todolist produce output only if this is True
todo_include_todos = True
# for the extlinks extension, sub-projects should fill that dict
extlinks: Dict = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment