diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/conf.py | 2 | ||||
-rw-r--r-- | doc/src/tz.rst | 2 |
2 files changed, 1 insertions, 3 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 diff --git a/doc/src/tz.rst b/doc/src/tz.rst index 9f5168c..ec1cbe6 100644 --- a/doc/src/tz.rst +++ b/doc/src/tz.rst @@ -10,8 +10,6 @@ This module holds two different tzinfo implementations that can be used as the functions or used to set the `cursor.tzinfo_factory` attribute in cursors. -.. todo:: should say something more about tz handling - .. autoclass:: psycopg2.tz.FixedOffsetTimezone .. autoclass:: psycopg2.tz.LocalTimezone |