Skip to content

Commit 5095c6c

Browse files
committed
ignore some links that don't let us check them
1 parent 0ca405f commit 5095c6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,10 @@
384384
"https://github.com/search", # github search links
385385
"https://github.com/ipython/ipyparallel/compare/", # too many comparisons in changelog
386386
r"https?://(localhost|127.0.0.1).*", # ignore localhost references in auto-links
387+
# requests from CI blocked
388+
r"https://www.mcs.anl.gov/.*",
389+
r"https://www.mcs.anl.gov/.*",
390+
r"https://urn.nb.no/.*",
387391
]
388392

389393
# myst_nb execution

0 commit comments

Comments
 (0)