Skip to content
Snippets Groups Projects
Commit 278115cc authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Switch back to intersphinx sympy.org/latest ('coz it works)

parent 6e663484
Branches
Tags
1 merge request!145Switch back to intersphinx sympy.org/latest ('coz it works)
......@@ -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'
......
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