Skip to content

Commit

Permalink
Switching Python docs (in intersphinx) from 3.6 to just 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jan 17, 2018
1 parent 63d6891 commit 60d6122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
intersphinx_mapping = {
'matplotlib': ('https://matplotlib.org/', None),
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
'python': ('https://docs.python.org/3.6/', None),
'python': ('https://docs.python.org/3/', None),
}

# Autodoc config
Expand Down

0 comments on commit 60d6122

Please sign in to comment.