summaryrefslogtreecommitdiff
path: root/doc/build/conf.py
diff options
context:
space:
mode:
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),
}