Skip to content

Commit d137644

Browse files
committed
FIX: ignore PRD links
1 parent c2e5f38 commit d137644

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: docs/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,13 @@ def install_ijulia() -> None:
218218
"http://127.0.0.1:8000",
219219
"https://atom.io", # often instable
220220
"https://doi.org/10.1002/andp.19955070504", # 403 for onlinelibrary.wiley.com
221-
"https://doi.org/10.7566/JPSCP.26.022002", # 403 for journals.jps.jp
222221
"https://doi.org/10.1155/2020/6674595", # 403 hindawi.com
222+
"https://doi.org/10.7566/JPSCP.26.022002", # 403 for journals.jps.jp
223223
"https://downloads.hindawi.com", # 403
224224
"https://github.com/organizations/ComPWA/settings/repository-defaults", # private
225225
"https://ieeexplore.ieee.org/document/6312940", # 401
226226
"https://indico.ific.uv.es/event/6803", # SSL error
227+
"https://journals.aps.org",
227228
"https://leetcode.com",
228229
"https://mybinder.org", # often instable
229230
"https://open.vscode.dev",

0 commit comments

Comments
 (0)