Skip to content

Commit

Permalink
Fix sphinx intersphinx_mapping config. (#1439)
Browse files Browse the repository at this point in the history
New value comes from https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#configuration

[noissue]

Signed-off-by: James Tanner <[email protected]>
(cherry picked from commit ee877c0)
  • Loading branch information
jctanner authored and mdellweg committed May 10, 2023
1 parent e6421c6 commit c88f89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@
# -- Options for intersphinx extension ---------------------------------------

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

0 comments on commit c88f89e

Please sign in to comment.