summaryrefslogtreecommitdiff
path: root/doc/build/conf.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-06-18 09:35:54 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2016-06-18 09:35:54 -0400
commit13f9578082ae669734d65a38cb6058e21df88362 (patch)
treef7c6194bbe9ebf48918fcbdc1f7f6c96af15c282 /doc/build/conf.py
parentfe6b549184c61372f877b96ef721321ad82bc1f3 (diff)
downloadsqlalchemy-13f9578082ae669734d65a38cb6058e21df88362.tar.gz
- update alembic link
Change-Id: I5ac6ba8234873fdd19bee6c1decd311a9cb4d55e
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r--doc/build/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py
index 8f01adf86..ec9313678 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -373,7 +373,7 @@ epub_copyright = u'2007-2015, SQLAlchemy authors'
#epub_tocdup = True
intersphinx_mapping = {
- 'alembic': ('https://alembic.readthedocs.io/en/latest/', None),
+ 'alembic': ('http://alembic.zzzcomputing.com/en/latest/', None),
'psycopg2': ('http://pythonhosted.org/psycopg2', None),
}