From 278115cc69b6e9b1441422eaef6c696d5c0ff733 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Tue, 11 Feb 2020 19:45:08 +0100
Subject: [PATCH] Switch back to intersphinx sympy.org/latest ('coz it works)

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

diff --git a/doc/conf.py b/doc/conf.py
index 296afd789..de898facf 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/1.5.1/', None),
+                       'sympy': ('https://docs.sympy.org/latest/', None),
                        }
 
 autodoc_member_order = 'bysource'
-- 
GitLab