summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-06-10 11:47:58 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-06-10 11:51:57 -0500
commit0b0bb1ef0a1dc4120123595154049948a6a2e209 (patch)
tree50a4ce96e77590c21c2005b219b390738f78f987 /docs
parent46800f82180425d42cc894d0c0798c6bbd56bb39 (diff)
downloadrequests-cache-0b0bb1ef0a1dc4120123595154049948a6a2e209.tar.gz
Update serialization docs
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),