Skip to content
Snippets Groups Projects
Commit 5d3e1948 authored by Martin Bauer's avatar Martin Bauer
Browse files

Fixed bug in sympy intersphinx

parent e512cf88
Branches
Tags
No related merge requests found
Pipeline #20909 failed with stages
in 2 minutes and 44 seconds
...@@ -50,7 +50,7 @@ nbsphinx_codecell_lexer = 'python3' ...@@ -50,7 +50,7 @@ nbsphinx_codecell_lexer = 'python3'
intersphinx_mapping = {'python': ('https://docs.python.org/3.6', None), intersphinx_mapping = {'python': ('https://docs.python.org/3.6', None),
'numpy': ('https://docs.scipy.org/doc/numpy/', None), 'numpy': ('https://docs.scipy.org/doc/numpy/', None),
'matplotlib': ('https://matplotlib.org/', 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' autodoc_member_order = 'bysource'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment