Skip to content

Commit

Permalink
MNT: Update allowed redirect for conda docs (Fixes #3348)
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Jan 4, 2024
1 parent c2b56bb commit 646e753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.*',
Expand Down

0 comments on commit 646e753

Please sign in to comment.