From 646e753f9f27e492a6114581b73ca99dfec3b77b Mon Sep 17 00:00:00 2001 From: Ryan May Date: Thu, 4 Jan 2024 14:00:00 -0700 Subject: [PATCH] MNT: Update allowed redirect for conda docs (Fixes #3348) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index e09dcb2f571..21f60229274 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -447,7 +447,7 @@ # Dictionary of URL redirects allowed linkcheck_allowed_redirects = { r'https://pint\.readthedocs\.io': r'https://pint\.readthedocs\.io/en/stable/', - r'https://conda.io/docs/': r'https://conda.io/en/latest/', + r'https://conda.io/docs/': r'https://conda.io/projects/conda/en/latest/', r'https://github.com/Unidata/MetPy/issues/new/choose': r'https://github.com/login.*choose', r'https://doi.org/.*': r'https://.*', r'https://gitter.im/Unidata/MetPy': r'https://app.gitter.im/.*MetPy.*',