File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 21
21
sys .path .insert (0 , os .path .abspath (".." ))
22
22
23
23
# For plugins that can not read conf.py.
24
+ # See also: https://github.com/docascode/sphinx-docfx-yaml/issues/85
24
25
sys .path .insert (0 , os .path .abspath ("." ))
25
26
26
27
__version__ = ""
93
94
94
95
# List of patterns, relative to source directory, that match files and
95
96
# directories to ignore when looking for source files.
96
- exclude_patterns = ["_build" ]
97
+ exclude_patterns = [
98
+ "_build" ,
99
+ "samples/AUTHORING_GUIDE.md" ,
100
+ "samples/CONTRIBUTING.md" ,
101
+ "samples/snippets/README.rst" ,
102
+ ]
97
103
98
104
# The reST default role (used for this markup: `text`) to use for all
99
105
# documents.
Original file line number Diff line number Diff line change 4
4
"git": {
5
5
"name": ".",
6
6
"remote": "https://github.com/googleapis/python-runtimeconfig.git",
7
- "sha": "94a7b76e24bbef6a33efd599d0bd9fc6702ef70a "
7
+ "sha": "6a5b3d04239eecccad42974c91ed7a1569a6c95f "
8
8
}
9
9
},
10
10
{
11
11
"git": {
12
12
"name": "synthtool",
13
13
"remote": "https://github.com/googleapis/synthtool.git",
14
- "sha": "bfcdbe0da977b2de6c1c0471bb6dc2f1e13bf669 "
14
+ "sha": "4f8f5dc24af79694887385015294e4dbb214c352 "
15
15
}
16
16
}
17
17
],
28
28
".kokoro/build.sh",
29
29
".kokoro/continuous/common.cfg",
30
30
".kokoro/continuous/continuous.cfg",
31
+ ".kokoro/docker/docs/Dockerfile",
32
+ ".kokoro/docker/docs/fetch_gpg_keys.sh",
31
33
".kokoro/docs/common.cfg",
34
+ ".kokoro/docs/docs-presubmit.cfg",
32
35
".kokoro/docs/docs.cfg",
33
36
".kokoro/presubmit/common.cfg",
34
37
".kokoro/presubmit/presubmit.cfg",
54
57
".kokoro/samples/python3.8/presubmit.cfg",
55
58
".kokoro/test-samples.sh",
56
59
".kokoro/trampoline.sh",
60
+ ".kokoro/trampoline_v2.sh",
61
+ ".trampolinerc",
57
62
"CODE_OF_CONDUCT.md",
58
63
"CONTRIBUTING.rst",
59
64
"LICENSE",
You can’t perform that action at this time.
0 commit comments