Skip to content

Commit

Permalink
fix linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
baperry2 committed Mar 19, 2024
1 parent 26932d2 commit 0e84ff6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Docs/sphinx_doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 -------------------------------------------

Expand Down

0 comments on commit 0e84ff6

Please sign in to comment.