Skip to content

Commit

Permalink
Merge pull request #4189 from lsst-sqre/u/rra/link-check
Browse files Browse the repository at this point in the history
Add more link checking exclusions
  • Loading branch information
rra authored Feb 10, 2025
2 parents c39461e + 68fc686 commit 5455878
Showing 1 changed file with 33 additions and 25 deletions.
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/",
]

0 comments on commit 5455878

Please sign in to comment.