From 17a4cc9f67b58baf1eb379f5fd303021467178b0 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Fri, 26 Feb 2010 00:38:40 +0000 Subject: [PATCH] All the docs todo points dropped: todo list removed. --- doc/src/conf.py | 2 +- doc/src/tz.rst | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/src/conf.py b/doc/src/conf.py index 4036b5bf..9e5eac0a 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 9f5168cb..ec1cbe61 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