Skip to content

Commit

Permalink
Update intersphinx link to Python docs
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Apr 10, 2023
1 parent accdb09 commit 02acff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,6 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"python": ("https://docs.python.org/", None),
"python": ("https://docs.python.org/3/", None),
"dask": ("https://dask.pydata.org/en/latest", None),
}

0 comments on commit 02acff5

Please sign in to comment.