From 0bd68c8b725baf05ff67804cb96db2d17a25d8c5 Mon Sep 17 00:00:00 2001 From: Dave Brondsema Date: Thu, 1 Aug 2024 15:16:44 -0400 Subject: [PATCH] update intersphinx_mapping for Sphinx 8 --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9aa0ff1..e0c62f8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -207,7 +207,7 @@ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'http://docs.python.org/': None, - 'pymongo': ('https://pymongo.readthedocs.io/en/stable/', None)} +intersphinx_mapping = {'python': ('https://docs.python.org/3', None), + 'pymongo': ('https://pymongo.readthedocs.io/en/stable', None)} autoclass_content = 'both'