Skip to content

Commit 8277089

Browse files
committed
link to python-ecdsa documentation
make autogenerated documentation cross-link to the python-ecdsa documentation since it's available now
1 parent 10fbafb commit 8277089

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,4 +339,5 @@
339339
# If true, do not generate a @detailmenu in the "Top" node's menu.
340340
#
341341
# texinfo_no_detailmenu = False
342-
intersphinx_mapping = {'https://docs.python.org/': None}
342+
intersphinx_mapping = {'https://docs.python.org/': None,
343+
'https://ecdsa.readthedocs.io/en/latest/': None}

0 commit comments

Comments
 (0)