Skip to content

Commit 7a5ad40

Browse files
committed
update
1 parent 09f2207 commit 7a5ad40

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ def get_version():
226226
linkcheck_retries = 3
227227
linkcheck_timeout = 100
228228
linkcheck_allow_unauthorized = True
229-
linkcheck_ignore = [r"https://doi.org/10.1103/[Pp]hys[Rr]ev*"]
229+
linkcheck_ignore = [r"https://doi.org/10.1103/[Pp]hys[Rr]ev*",
230+
"https://www.sciencedirect.com/science/article/pii/S016892741200133X"]
230231
user_agent = "Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0"
231232

232233

0 commit comments

Comments
 (0)