diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-12-27 15:55:30 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-12-27 16:22:41 -0500 |
commit | 544e72bcb6af1ca657b1762f105634372eca3bc0 (patch) | |
tree | e574944f2b8e11ca5560188317f6611adac886c3 /doc/build/conf.py | |
parent | ef6dc0cf2ef581e7cb53dcb4840f678aa1fa5ba6 (diff) | |
download | sqlalchemy-544e72bcb6af1ca657b1762f105634372eca3bc0.tar.gz |
- corrections
- attempt to add a script to semi-automate the fixing of links
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r-- | doc/build/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index 7e17fcd59..02784bdae 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -37,6 +37,7 @@ extensions = [ 'zzzeeksphinx', 'changelog', 'sphinx_paramlinks', + 'corrections' ] # Add any paths that contain templates here, relative to this directory. @@ -341,3 +342,5 @@ intersphinx_mapping = { 'alembic': ('http://alembic.readthedocs.org/en/latest/', None), 'psycopg2': ('http://pythonhosted.org/psycopg2', None), } + + |