Skip to content

Commit

Permalink
configure intersphinx crossref to importlib_resources docs
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Höfling <oleg.hoefling@gmail.com>
  • Loading branch information
hoefling committed Dec 29, 2019
1 parent 60f892d commit 732166c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions importlib_metadata/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'python': ('https://docs.python.org/3', None),
'importlib_resources': ('https://importlib-resources.readthedocs.io/en/latest/', None),
}


Expand Down

0 comments on commit 732166c

Please sign in to comment.