Skip to content

Commit

Permalink
Update intersphinx_mapping to sphinx>1.0 format
Browse files Browse the repository at this point in the history
  • Loading branch information
ascillitoe committed Apr 26, 2023
1 parent aafd271 commit f5c2c61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,10 @@
# -- 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/', None),
}


# -- Options for todo extension ----------------------------------------------

Expand Down

0 comments on commit f5c2c61

Please sign in to comment.