Skip to content

Commit

Permalink
fix(docs): update intersphinx mapping for cross-linking between libs
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Aug 28, 2024
1 parent ce8b2c8 commit 65506e2
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 @@ -30,14 +30,14 @@
# Looks for objects in documentation of external libraries
intersphinx_mapping = {
'a_sync': ('https://bobthebuidler.github.io/ez-a-sync', None),
'brownie': ('https://eth-brownie.readthedocs.io/', None),
'brownie': ('https://eth-brownie.readthedocs.io/en/stable', None),
'checksum_dict': ('https://bobthebuidler.github.io/checksum_dict', None),
'msgspec': ('https://jcristharif.com/msgspec/', None),
'pandas': ('https://pandas.pydata.org/pandas-docs/', None),
'pandas': ('https://pandas.pydata.org/docs/', None),
'pony': ('https://docs.ponyorm.org/', None),
'python': ('https://docs.python.org/3', None),
'typing_extensions': ('https://typing-extensions.readthedocs.io/en/latest/', None),
'web3': ('https://web3py.readthedocs.io/', None),
'web3': ('https://web3py.readthedocs.io/en/stable', None),
'y': ('https://bobthebuidler.github.io/ypricemagic', None),
}

Expand Down

0 comments on commit 65506e2

Please sign in to comment.