diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-02-26 00:38:40 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2010-02-26 01:10:15 +0000 |
commit | 17a4cc9f67b58baf1eb379f5fd303021467178b0 (patch) | |
tree | 54040a2908b0aca54ad1e03c926af7ec205ca188 /doc/src/conf.py | |
parent | 140e6ad4f2e458a74630849b1ccba1219c72164a (diff) | |
download | psycopg2-17a4cc9f67b58baf1eb379f5fd303021467178b0.tar.gz |
All the docs todo points dropped: todo list removed.
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 |