Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more link checking exclusions #4189

Merged
merged 1 commit into from
Feb 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 33 additions & 25 deletions docs/documenteer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,29 +52,37 @@ sphinx = "https://www.sphinx-doc.org/en/master/"

[sphinx.linkcheck]
ignore = [
'^http://localhost',
'^http(s)*://ls.st',
'^https://tucson-teststand.lsst.codes',
'^https://summit-lsp.lsst.codes',
'^https://minikube.lsst.codes',
'^https://base-lsp.lsst.codes',
'^https://demo.lsst.cloud',
'^https://data-dev.lsst.cloud',
'^https://data-int.lsst.cloud',
'^https://data.lsst.cloud',
'^https://data-dev.lsst.eu',
'^https://k8s.slac.stanford.edu',
'^https://rsp.lsst.ac.uk',
'^https://roundtable-dev.lsst.cloud',
'^https://roundtable.lsst.cloud',
'^https://usdf-cm.slac.stanford.edu',
'^https://usdf-cm-dev.slac.stanford.edu',
'^https://usdf-prompt-processing-dev.slac.stanford.edu',
'^https://usdf-rapid-analysis.slac.stanford.edu',
'^https://usdf-rsp.slac.stanford.edu',
'^https://usdf-rsp-dev.slac.stanford.edu',
'^https://usdf-rsp-int.slac.stanford.edu',
'^https://usdf-tel-rsp.slac.stanford.edu',
'^https://github.com/orgs/',
'^https://console.cloud.google.com/',
"^http://localhost",
"^http(s)*://ls.st",
# URLs of Science Platform installations protected by authentication.
"^https://base-lsp.lsst.codes",
"^https://data-dev.lsst.cloud",
"^https://data-dev.lsst.eu",
"^https://data-int.lsst.cloud",
"^https://data.lsst.cloud",
"^https://demo.lsst.cloud",
"^https://k8s.slac.stanford.edu",
"^https://minikube.lsst.codes",
"^https://roundtable-dev.lsst.cloud",
"^https://roundtable.lsst.cloud",
"^https://rsp.lsst.ac.uk",
"^https://summit-lsp.lsst.codes",
"^https://tucson-teststand.lsst.codes",
"^https://usdf-alert-stream-broker-dev.slac.stanford.edu",
"^https://usdf-cm-dev.slac.stanford.edu",
"^https://usdf-cm.slac.stanford.edu",
"^https://usdfdev-prompt-processing.slac.stanford.edu",
"^https://usdfprod-prompt-processing.slac.stanford.edu",
"^https://usdf-rapid-analysis.slac.stanford.edu",
"^https://usdf-rsp-dev.slac.stanford.edu",
"^https://usdf-rsp-int.slac.stanford.edu",
"^https://usdf-rsp.slac.stanford.edu",
"^https://usdf-tel-rsp.slac.stanford.edu",
# Other URLs protected by authentication.
"^https://id-dev.lsst.cloud/",
"^https://id-int.lsst.cloud/",
"^https://id.lsst.cloud/",
"^https://rubinobs.atlassian.net/",
"^https://github.com/orgs/",
"^https://console.cloud.google.com/",
]
Loading