Skip to content

Commit fba6704

Browse files
committed
Add intersphinx target
1 parent 3a59434 commit fba6704

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/source/conf.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,7 @@
161161

162162

163163
# Example configuration for intersphinx: refer to the Python standard library.
164-
intersphinx_mapping = {'https://docs.python.org/': None}
164+
intersphinx_mapping = {
165+
'python': ('https://docs.python.org/', None),
166+
'requests': ('http://docs.python-requests.org/en/master/', None),
167+
}

0 commit comments

Comments
 (0)