Skip to content

Commit b8558f5

Browse files
committed
docs(conf): update pip url for intersphinx
1 parent 55ec872 commit b8558f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def setup(app):
158158

159159
intersphinx_mapping = {
160160
"py": ("https://docs.python.org/3", None),
161-
"pip": ("http://pip.readthedocs.io/en/latest/", None),
161+
"pip": ("https://pip.pypa.io/en/latest/", None),
162162
}
163163

164164

0 commit comments

Comments
 (0)