Skip to content

Commit 4334a71

Browse files
authored
Solving docs issue (#163)
It seems one of the docs links is broken, or moved to a different server. This PR fixes it.
1 parent 35073a0 commit 4334a71

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@
138138
}
139139

140140
linkcheck_ignore = [r"https://ascelibrary.org",
141-
r"https://doi.org/10.1061/(ASCE)0733-9429(1999)125:11(1210)"]
141+
r"https://doi.org/10.1061/(ASCE)0733-9429(1999)125:11(1210)",
142+
r"https://pubs.aip.org/physicstoday/article/11/8/28/927415/Water-Waves"]
142143

143144

144145
# -- Options for HTMLHelp output ------------------------------------------

docs/source/refs.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ @article{stoker:1958
4646
number = {8},
4747
pages = {28-30},
4848
year = {1958},
49-
URL = {https://doi.org/10.1063/1.3062689}
49+
URL = {https://pubs.aip.org/physicstoday/article/11/8/28/927415/Water-Waves}
5050
}
5151

5252
@article{chao:1999,

0 commit comments

Comments
 (0)