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 0ca405f commit 5095c6cCopy full SHA for 5095c6c
docs/source/conf.py
@@ -384,6 +384,10 @@
384
"https://github.com/search", # github search links
385
"https://github.com/ipython/ipyparallel/compare/", # too many comparisons in changelog
386
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
390
+ r"https://urn.nb.no/.*",
391
]
392
393
# myst_nb execution
0 commit comments