Skip to content

Commit

Permalink
Use new-style intersphinx syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Apr 24, 2023
1 parent 6fad91b commit c3b3916
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@
# texinfo_no_detailmenu = False


# Refer to the Python standard library.
# Refer to the Python standard library.and attrts
intersphinx_mapping = {
"https://docs.python.org/3/": None,
"https://www.attrs.org/en/stable": None,
"python": ("https://docs.python.org/3/", None),
"attrs": ("https://www.attrs.org/en/stable", None),
}

0 comments on commit c3b3916

Please sign in to comment.