We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f2207 commit 7a5ad40Copy full SHA for 7a5ad40
1 file changed
Docs/source/conf.py
@@ -226,7 +226,8 @@ def get_version():
226
linkcheck_retries = 3
227
linkcheck_timeout = 100
228
linkcheck_allow_unauthorized = True
229
-linkcheck_ignore = [r"https://doi.org/10.1103/[Pp]hys[Rr]ev*"]
+linkcheck_ignore = [r"https://doi.org/10.1103/[Pp]hys[Rr]ev*",
230
+ "https://www.sciencedirect.com/science/article/pii/S016892741200133X"]
231
user_agent = "Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0"
232
233
0 commit comments