Skip to content

Commit

Permalink
Fix deprecated intersphinx_mapping format
Browse files Browse the repository at this point in the history
This updates the format for `intersphinx_mapping` to use the actively maintained format. The previous format has been deprecated for a while and is slated to be removed in the next major release of Sphinx.
  • Loading branch information
Mr0grog committed Sep 29, 2023
1 parent defad28 commit d6c92a0
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 @@ -316,5 +316,5 @@ def find_version(*file_paths):


# 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)}
html_theme = "alabaster"

0 comments on commit d6c92a0

Please sign in to comment.