Skip to content

Commit

Permalink
feat(docs): link to external docs for brownie, web3.py, and py builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Mar 31, 2024
1 parent b348407 commit 6462019
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
# 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/en/stable/', None),
'python': ('https://docs.python.org/3', None),
'web3': ('https://web3py.readthedocs.io/en/stable/', None),
'y': ('https://bobthebuidler.github.io/ypricemagic', None),
}

Expand Down

0 comments on commit 6462019

Please sign in to comment.