From 24253441c133dc311af5a10f57b344c93425337b Mon Sep 17 00:00:00 2001 From: Alexander Smith Date: Wed, 19 Apr 2023 15:44:41 -0400 Subject: [PATCH 1/3] solving docs issue --- docs/source/refs.bib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/refs.bib b/docs/source/refs.bib index e299ddf97..5d9855e28 100644 --- a/docs/source/refs.bib +++ b/docs/source/refs.bib @@ -46,7 +46,7 @@ @article{stoker:1958 number = {8}, pages = {28-30}, year = {1958}, - URL = {https://doi.org/10.1063/1.3062689} + URL = {https://pubs.aip.org/physicstoday/article/11/8/28/927415/Water-Waves} } @article{chao:1999, From c64035e896ff0af7e55f0f2dbb2a0c38d82ebc77 Mon Sep 17 00:00:00 2001 From: Alexander Smith Date: Wed, 19 Apr 2023 16:01:39 -0400 Subject: [PATCH 2/3] ignoring problematic html link --- docs/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 6158cc3ca..218da5447 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -138,7 +138,8 @@ } linkcheck_ignore = [r"https://ascelibrary.org", - r"https://doi.org/10.1061/(ASCE)0733-9429(1999)125:11(1210)"] + r"https://doi.org/10.1061/(ASCE)0733-9429(1999)125:11(1210)" + r"https://pubs.aip.org/physicstoday/article/11/8/28/927415/Water-Waves"] # -- Options for HTMLHelp output ------------------------------------------ From d8e8a3ec1d605ad42b9755dff820266a662054dc Mon Sep 17 00:00:00 2001 From: Alexander Smith Date: Wed, 19 Apr 2023 16:06:10 -0400 Subject: [PATCH 3/3] solving typo --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 218da5447..1f44df0be 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -138,7 +138,7 @@ } linkcheck_ignore = [r"https://ascelibrary.org", - r"https://doi.org/10.1061/(ASCE)0733-9429(1999)125:11(1210)" + r"https://doi.org/10.1061/(ASCE)0733-9429(1999)125:11(1210)", r"https://pubs.aip.org/physicstoday/article/11/8/28/927415/Water-Waves"]