diff options
Diffstat (limited to 'doc/src/conf.py')
-rw-r--r-- | doc/src/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/conf.py b/doc/src/conf.py index 4036b5b..9e5eac0 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -96,7 +96,7 @@ pygments_style = 'sphinx' #modindex_common_prefix = [] # Include TODO items in the documentation -todo_include_todos = True +todo_include_todos = False rst_epilog = """ .. |DBAPI| replace:: DB API 2.0 |