Hide ToDo by default

This commit is contained in:
Sibo Van Gool 2024-06-10 21:01:10 +02:00 committed by GitHub
parent 10278102d6
commit 69c88baefc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,7 +49,7 @@ default_dark_mode = False
# -- Options for todo extension ----------------------------------------------
# Show TODOs in the output
todo_include_todos = True
todo_include_todos = False
# -- Options for ReadTheDocs -------------------------------------------------