diff options
Diffstat (limited to 'lld/docs/conf.py')
-rw-r--r-- | lld/docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/docs/conf.py b/lld/docs/conf.py index 815d5aea689..bb3ee8ff554 100644 --- a/lld/docs/conf.py +++ b/lld/docs/conf.py @@ -248,4 +248,4 @@ intersphinx_mapping = {} # -- Options for extensions ---------------------------------------------------- # Enable this if you want TODOs to show up in the generated documentation. -#todo_include_todos = False +todo_include_todos = True |