summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 1b97319..6718c87 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -75,8 +75,10 @@ exclude_patterns = [
# Enable automatic links to other projects' Sphinx docs
intersphinx_mapping = {
+ 'attrs': ('https://www.attrs.org/en/stable/', None),
'boto3': ('https://boto3.amazonaws.com/v1/documentation/api/latest/', None),
'botocore': ('https://botocore.readthedocs.io/en/latest/', None),
+ 'cattrs': ('https://cattrs.readthedocs.io/en/latest/', None),
'cryptography': ('https://cryptography.io/en/latest/', None),
'itsdangerous': ('https://itsdangerous.palletsprojects.com/en/2.0.x/', None),
'pymongo': ('https://pymongo.readthedocs.io/en/stable/', None),