Skip to content

Commit

Permalink
DOC: intersphinx, don't link to click dev version. (#11091)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed May 3, 2024
1 parent 739b12d commit efb4a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
"https://filesystem-spec.readthedocs.io/en/latest/",
"https://filesystem-spec.readthedocs.io/en/latest/objects.inv",
),
"click": ("https://click.palletsprojects.com/en/latest/", None),
"click": ("https://click.palletsprojects.com/", None),
"scipy": ("https://docs.scipy.org/doc/scipy", None),
}

Expand Down

0 comments on commit efb4a62

Please sign in to comment.