Skip to content

Commit

Permalink
Change in the python invoked for building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
margalva committed May 4, 2023
1 parent bfbca95 commit 34a0ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

# Intersphinx mapping
intersphinx_mapping = {
"python": ("https://docs.python.org/dev", None),
"python": ("https://docs.python.org/3", None),
# kept here as an example
# "scipy": ("https://docs.scipy.org/doc/scipy/reference", None),
# "numpy": ("https://numpy.org/devdocs", None),
Expand Down

0 comments on commit 34a0ab2

Please sign in to comment.