From 5d3e19484676696b74eb1402295efde1d34a7e84 Mon Sep 17 00:00:00 2001
From: Martin Bauer <martin.bauer@fau.de>
Date: Thu, 9 Jan 2020 20:18:53 +0100
Subject: [PATCH] Fixed bug in sympy intersphinx

---
 doc/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index de898facf..296afd789 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -50,7 +50,7 @@ nbsphinx_codecell_lexer = 'python3'
 intersphinx_mapping = {'python': ('https://docs.python.org/3.6', None),
                        'numpy': ('https://docs.scipy.org/doc/numpy/', None),
                        'matplotlib': ('https://matplotlib.org/', None),
-                       'sympy': ('https://docs.sympy.org/latest/', None),
+                       'sympy': ('https://docs.sympy.org/1.5.1/', None),
                        }
 
 autodoc_member_order = 'bysource'
-- 
GitLab