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

Merge branch 'fix-documentation' into 'master'

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

See merge request !145
parents 6e663484 278115cc
Branches
Tags
1 merge request!145Switch back to intersphinx sympy.org/latest ('coz it works)
Pipeline #21832 passed with stages
in 5 minutes and 40 seconds
......@@ -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