diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-06-18 09:35:54 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-06-18 09:35:54 -0400 |
commit | 13f9578082ae669734d65a38cb6058e21df88362 (patch) | |
tree | f7c6194bbe9ebf48918fcbdc1f7f6c96af15c282 /doc/build/conf.py | |
parent | fe6b549184c61372f877b96ef721321ad82bc1f3 (diff) | |
download | sqlalchemy-13f9578082ae669734d65a38cb6058e21df88362.tar.gz |
- update alembic link
Change-Id: I5ac6ba8234873fdd19bee6c1decd311a9cb4d55e
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r-- | doc/build/conf.py | 2 |
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), } |