Skip to content

Commit e94dbaa

Browse files
authored
Merge pull request #39 from psu-inversion/version-bump
Bump version to 1.0.0rc4
2 parents 59b2bcf + 0f5765c commit e94dbaa

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

doc/source/conf.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
# The short X.Y version.
6666
version = '1.0'
6767
# The full version, including alpha/beta/rc tags.
68-
release = '1.0.0rc3'
68+
release = '1.0.0rc4'
6969

7070
# The language for content autogenerated by Sphinx. Refer to documentation
7171
# for a list of supported languages.
@@ -117,7 +117,17 @@
117117
# Require authentication:
118118
r"https://www.jstor.org/stable/\w+",
119119
r"https://dx.doi.org/10.1029/\w+",
120+
# Linkcheck ignores request headers
121+
r"https://dx.doi.org/10.1175/\w+",
120122
]
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+
}
121131

122132
# Mathjax configuration
123133
mathjax_config = dict(

0 commit comments

Comments
 (0)