Skip to content

Commit 9068d54

Browse files
committed
enable todo notes
1 parent 1a98013 commit 9068d54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"breathe",
3232
"exhale",
3333
"sphinx_rtd_theme",
34+
"sphinx.ext.todo",
3435
]
3536

3637
# Add any paths that contain templates here, relative to this directory.
@@ -84,3 +85,6 @@
8485
'includehidden': True,
8586
'titles_only': False
8687
}
88+
89+
# show todo notes
90+
todo_include_todos = True

0 commit comments

Comments
 (0)