-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocumenteer.toml
58 lines (56 loc) · 2.3 KB
/
documenteer.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[project]
title = "Observatory \n Operations"
copyright = "2015-2022 Association of Universities for Research in Astronomy, Inc. (AURA)"
version = "Latest"
base_url = "https://obs-ops.lsst.io/"
github_url = "https://github.com/lsst-ts/observatory-ops-docs"
[sphinx.linkcheck]
ignore = [
'http://love01.cp.lsst.org/*',
'http://localhost:\d+/*',
'https://base-lsp.lsst.codes/*',
'https://chronograf-base-efd.lsst.codes/',
'https://chronograf-summit-efd.lsst.codes/',
'https://tucson-teststand-efd.lsst.codes/chronograf',
'https://jira.lsstcorp.org/*',
'https://lsst-argocd-nts-efd.ncsa.illinois.edu/',
'https://lsst-chronograf-nts-efd.ncsa.illinois.edu/',
'https://lsst-nts-k8s.ncsa.illinois.edu/',
'https://summit-lsp.lsst.codes/*',
'https://tucson-teststand.lsst.codes/*',
'https://www.jenkins.io/doc/book/glossary/#controller',
'https://www.jenkins.io/doc/book/glossary/#agent',
'https://www.jenkins.io/doc/book/glossary/#pipeline',
'https://www.jenkins.io/doc/book/glossary/#project',
'https://anaconda.org',
'https://lsst-argocd-nts-efd.ncsa.illinois.edu/argo-cd',
'https://base-lsp.lsst.codes/argo-cd',
'https://tucson-teststand.lsst.codes/argo-cd',
'https://summit-lsp.lsst.codes/argo-cd',
'https://rancher.cp.lsst.org',
'https://www.adlinktech.com/en/vortex-opensplice-data-distribution-service',
'https://developers.google.com/style',
'http://love.tu.lsst.org',
'http://love1.tu.lsst.org',
'https://rancher.tu.lsst.org',
'https://rancher.ls.lsst.org',
'https://tssw-ci.lsst.org/',
'^https://lsstit.1password.com',
'https://github.com/lsst-ts/ts_dimm_app',
'^ls.st',
'https://start.1password.com/open/i\?a=EJGC5QLBFNAJ3ODCNVC2I3HIPM&v=mqlr5qdkpipoyamzhty5kg365y&i=tu4v5aa4tvhbm4e3rc5siiwada&h=lsstit.1password.com',
'https://machinerysafety101.com/2009/03/06/emergency-stop-whats-so-confusing-about-that/',
'https://machinerysafety101.com/2010/11/29/using-e-stops-in-lockout-procedures/',
'https://rucio.cern.ch/',
'https://confluence.slac.stanford.edu/',
'http://aux-pdu-spectrograph.cp.lsst.org',
'https://noirlab.edu',
'https://gemini.edu',
'https://1password.com/downloads',
'athexapod.cp.lsst.org',
'https://curl.sai.msu.ru'
]
[sphinx]
extensions = [
"sphinx_diagrams"
]