Skip to content

Commit 6104c8f

Browse files
committed
Add todo extension
1 parent 4214290 commit 6104c8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,12 @@
4848
extensions = [
4949
"sphinx_copybutton",
5050
"sphinx_rtd_theme",
51+
"sphinx.ext.todo",
5152
]
5253

5354
copybutton_exclude = ".linenos, .gp, .go"
55+
todo_include_todos = True
56+
todo_emit_warnings = True
5457

5558
# Add any paths that contain templates here, relative to this directory.
5659
templates_path = ["doc/_templates"]

0 commit comments

Comments
 (0)