]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Add Python docs to intersphinx_mapping
authorMark Amery <markamery@btinternet.com>
Sun, 7 Jan 2018 12:22:52 +0000 (12:22 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Feb 2018 15:57:11 +0000 (10:57 -0500)
This allows refs like the ConfigParser one at
http://alembic.zzzcomputing.com/en/latest/tutorial.html
to automatically get turned into links, and suppresses
the warning about them not being found when running 'make html'

(cherry picked from commit 49f0da899284f3ab9b1dc27c283619762b760e2c)

Change-Id: Idf9fce72894bac0ab7b717cc864c8c636cc27b2d

docs/build/conf.py

index c2404196ee9b058517d1f89cfa8f22f3d7236ddd..f72d252c008022810d8337bb1cb0c37bde7b054d 100644 (file)
@@ -229,4 +229,5 @@ autoclass_content = "both"
 
 intersphinx_mapping = {
     'sqla':('http://www.sqlalchemy.org/docs/', None),
+    'python':('http://docs.python.org/', None),
 }