summaryrefslogtreecommitdiff
path: root/doc/build/conf.py
diff options
context:
space:
mode:
authorMike Bayer <classic@zzzcomputing.com>2014-05-30 13:02:05 -0400
committerMike Bayer <classic@zzzcomputing.com>2014-05-30 13:02:05 -0400
commit56fa40e7f3244f46a7525e5563c1188de359e5db (patch)
tree981cc6e93b444224ae79f2d24582df94e5f076df /doc/build/conf.py
parent2e4d3e65e36df97ee4a7f443ccb02807be28fad6 (diff)
parent551c730f3fee058f68a813b5f0eadce0c8a2820a (diff)
downloadsqlalchemy-56fa40e7f3244f46a7525e5563c1188de359e5db.tar.gz
Merged in chrisw/sqlalchemy/more_range_docs (pull request #20)
more docs for using psycopg2 range types, specifically instantiating models with them fixes #3046
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r--doc/build/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py
index 60eca29e4..fa69abfac 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -326,4 +326,5 @@ epub_copyright = u'2007-2014, SQLAlchemy authors'
intersphinx_mapping = {
'alembic': ('http://alembic.readthedocs.org/en/latest/', None),
+ 'psycopg2': ('http://pythonhosted.org/psycopg2', None),
}