Skip to content

Commit f080a39

Browse files
mergify[bot]ottojo
andauthored
Fix intersphinx_mapping format (#921) (#924)
(cherry picked from commit 701dfed) Signed-off-by: Jonas Otto <[email protected]> Co-authored-by: Jonas Otto <[email protected]>
1 parent 35476c6 commit f080a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch/doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
# -- Options for intersphinx extension ---------------------------------------
200200

201201
# Example configuration for intersphinx: refer to the Python standard library.
202-
intersphinx_mapping = {'https://docs.python.org/': None}
202+
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
203203

204204
# -- Options for todo extension ----------------------------------------------
205205

0 commit comments

Comments
 (0)