diff options
Diffstat (limited to 'tests/roots/test-latex-figure-in-admonition/conf.py')
-rw-r--r-- | tests/roots/test-latex-figure-in-admonition/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/roots/test-latex-figure-in-admonition/conf.py b/tests/roots/test-latex-figure-in-admonition/conf.py index a45d22e..3d8b7b5 100644 --- a/tests/roots/test-latex-figure-in-admonition/conf.py +++ b/tests/roots/test-latex-figure-in-admonition/conf.py @@ -1 +1,3 @@ +extensions = ['sphinx.ext.todo'] +todo_include_todos = True exclude_patterns = ['_build'] |