summaryrefslogtreecommitdiff
path: root/doc/build/conf.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-07-09 13:02:59 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2017-07-09 13:02:59 -0400
commita66979fe1efaa93ba25b1bcd8b67ea2eae2fc48b (patch)
treeb8b39c86f03eb7df0f8362e98cb4adf3841ae595 /doc/build/conf.py
parente900aa97e2b33d7c1b0f5fafa529e0e18308c232 (diff)
downloadsqlalchemy-a66979fe1efaa93ba25b1bcd8b67ea2eae2fc48b.tar.gz
- remove intersphinx usage, the overhead of re-fetching
inventory on every build not worth it Change-Id: I3c4506b246d0f327c4b56afa723975daee984476
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r--doc/build/conf.py13
1 files changed, 3 insertions, 10 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py
index ee752c472..4ed163dc6 100644
--- a/doc/build/conf.py
+++ b/doc/build/conf.py
@@ -34,11 +34,9 @@ import sqlalchemy
extensions = [
'sphinx.ext.autodoc',
- 'sphinx.ext.intersphinx',
- 'zzzeeksphinx',
- 'changelog',
- 'sphinx_paramlinks',
- #'corrections'
+ 'zzzeeksphinx',
+ 'changelog',
+ 'sphinx_paramlinks',
]
# Add any paths that contain templates here, relative to this directory.
@@ -341,9 +339,4 @@ epub_copyright = u'2007-2015, SQLAlchemy authors'
# Allow duplicate toc entries.
#epub_tocdup = True
-intersphinx_mapping = {
- 'alembic': ('http://alembic.zzzcomputing.com/en/latest/', None),
- 'psycopg2': ('http://pythonhosted.org/psycopg2', None),
-}
-