diff --git a/docs/conf.py b/docs/conf.py index 24f3a843..143832f7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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), }