From d36fa6eac098df916192b07ddb5c6126763602ac Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Wed, 26 Aug 2020 17:36:25 -0500 Subject: [PATCH] Add sympy docs site and fix redirects --- doc/conf.py | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index a98aac52..df05aaa3 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -309,12 +309,13 @@ texinfo_documents = [ intersphinx_mapping = { - 'http://docs.python.org/': None, - 'http://docs.scipy.org/doc/numpy/': None, - 'http://documen.tician.de/modepy/': None, - 'http://documen.tician.de/pyopencl/': None, - 'http://documen.tician.de/pymbolic/': None, - 'http://documen.tician.de/loopy/': None, - 'http://documen.tician.de/pytential/': None, - 'http://documen.tician.de/boxtree/': None, + 'https://docs.python.org/3/': None, + 'https://numpy.org/doc/stable/': None, + 'https://documen.tician.de/modepy/': None, + 'https://documen.tician.de/pyopencl/': None, + 'https://documen.tician.de/pymbolic/': None, + 'https://documen.tician.de/loopy/': None, + 'https://documen.tician.de/pytential/': None, + 'https://documen.tician.de/boxtree/': None, + 'https://docs.sympy.org/latest/': None, } -- GitLab