Skip to content

Commit 55ec872

Browse files
committed
docs(conf): Use python 3 intersphinx URL
1 parent 805aba5 commit 55ec872

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
@@ -157,7 +157,7 @@ def setup(app):
157157
]
158158

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

0 commit comments

Comments
 (0)