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

Fixed sympy intersphinx issue

parent 7eb5a361
No related branches found
No related tags found
No related merge requests found
...@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment