diff --git a/Docs/sphinx_doc/conf.py b/Docs/sphinx_doc/conf.py index 4fc030d0f..3324bd1b5 100644 --- a/Docs/sphinx_doc/conf.py +++ b/Docs/sphinx_doc/conf.py @@ -328,13 +328,14 @@ 'https://link.springer.com/article/10.1007/BF00240838', 'https://onlinelibrary.wiley.com/doi/10.1029/2021MS002904', 'https://link.springer.com/article/10.1023/B:BOUN.0000020164.04146.98', - 'https://doi.org/10.1029/RG020i004p00851' + 'https://doi.org/10.1029/RG020i004p00851', + 'https://doi.org/10.1002/qj.665' ] -linkcheck_allowed_redirects = { - r'https://doi\.org/*' : r'*', - r'https://dx.doi\.org/*' : r'*' -} +#linkcheck_allowed_redirects = { +# r'https://doi\.org/*' : r'*', +# r'https://dx.doi\.org/*' : r'*' +#} # -- Options for Texinfo output -------------------------------------------