File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 65
65
# The short X.Y version.
66
66
version = '1.0'
67
67
# The full version, including alpha/beta/rc tags.
68
- release = '1.0.0rc3 '
68
+ release = '1.0.0rc4 '
69
69
70
70
# The language for content autogenerated by Sphinx. Refer to documentation
71
71
# for a list of supported languages.
117
117
# Require authentication:
118
118
r"https://www.jstor.org/stable/\w+" ,
119
119
r"https://dx.doi.org/10.1029/\w+" ,
120
+ # Linkcheck ignores request headers
121
+ r"https://dx.doi.org/10.1175/\w+" ,
120
122
]
123
+ linkcheck_request_headers = {
124
+ "https://dx.doi.org/10.1175/" : {
125
+ "User-Agent" : "Firefox/Gecko" ,
126
+ },
127
+ "https://journals.ametsoc.org/" : {
128
+ "User-Agent" : "Firefox/Gecko" ,
129
+ },
130
+ }
121
131
122
132
# Mathjax configuration
123
133
mathjax_config = dict (
You can’t perform that action at this time.
0 commit comments