summaryrefslogtreecommitdiff
path: root/doc/build/conf.py
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-05-29 14:28:55 +0100
committerAdam Chainz <adam@adamj.eu>2016-05-29 14:28:55 +0100
commit513a045395b4cb5d8e1a9deb69bc9761d79eee37 (patch)
tree5ff66efc419b1bec9f2d08bf0931e85da30a5ebb /doc/build/conf.py
parent4856493efc1f6b7fdecf36e020a95636f600a626 (diff)
downloadsqlalchemy-pr/278.tar.gz
Convert readthedocs link for their .org -> .io migration for hosted projectspr/278
As per their email ‘Changes to project subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
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 cfcb112d5..f24fb4a41 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': ('http://alembic.readthedocs.org/en/latest/', None),
+ 'alembic': ('https://alembic.readthedocs.io/en/latest/', None),
'psycopg2': ('http://pythonhosted.org/psycopg2', None),
}