From eec1928b7ed9f6fc721ba3ced293100329680870 Mon Sep 17 00:00:00 2001 From: BobTheBuidler <70677534+BobTheBuidler@users.noreply.github.com> Date: Sun, 28 Apr 2024 09:03:41 -0400 Subject: [PATCH] feat(docs): link to typing_extensions docs --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 75a19adb1..b741dfbe4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,6 +37,7 @@ 'hexbytes': ('https://hexbytes.readthedocs.io/en/stable/', 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/en/stable/', None), }