From 7b8ffcbb88bfaa2c59dfafaa0db175c7c4e7058b Mon Sep 17 00:00:00 2001 From: Angeline Burrell Date: Thu, 28 Mar 2024 12:46:10 -0400 Subject: [PATCH] MAINT: updated conf.py Updated the interspinx mapping format as suggested in the deprecation warning. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 8c23a0b8..32a3e9fb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -174,7 +174,7 @@ # Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = {'https://docs.python.org/': None} +intersphinx_mapping = {'': ('https://docs.python.org/', None)} # Links to ignore, as they require human interaction linkcheck_ignore = [r'https://saber.gats-inc.com/temp_errors.php']