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 | |
parent | 140e6ad4f2e458a74630849b1ccba1219c72164a (diff) | |
download | psycopg2-17a4cc9f67b58baf1eb379f5fd303021467178b0.tar.gz |
All the docs todo points dropped: todo list removed.
-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 |