diff options
author | Chris Withers <chris@withers.org> | 2014-05-25 15:46:31 +0100 |
---|---|---|
committer | Chris Withers <chris@withers.org> | 2014-05-25 15:46:31 +0100 |
commit | 551c730f3fee058f68a813b5f0eadce0c8a2820a (patch) | |
tree | d1185ee2afe1472c0449c300b3952ecb71be771c /doc/build/conf.py | |
parent | 8a4f75e9721beb93483b0ff8283ffbb0d6018ec3 (diff) | |
download | sqlalchemy-551c730f3fee058f68a813b5f0eadce0c8a2820a.tar.gz |
more docs for using psycopg2 range types, specifically instantiating models with them
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r-- | doc/build/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index 1b70bce70..6db777d96 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -324,4 +324,5 @@ epub_copyright = u'2007-2014, SQLAlchemy authors' intersphinx_mapping = { 'alembic': ('http://alembic.readthedocs.org/en/latest/', None), + 'psycopg2': ('http://pythonhosted.org/psycopg2', None), } |