Skip to content

Commit

Permalink
Merge pull request #263 from adamjstewart/docs/intersphinx
Browse files Browse the repository at this point in the history
Docs: update intersphinx_mapping to modern style
  • Loading branch information
adamjstewart committed Apr 24, 2023
2 parents c2e387b + d052340 commit 3e9cf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
pdf_fit_mode = "overflow"

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


# -- Extension configuration -------------------------------------------------
Expand Down

0 comments on commit 3e9cf0f

Please sign in to comment.