This repository was archived by the owner on Feb 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- from ubuntu:20.10
15
+ from ubuntu:20.04
16
16
17
17
ENV DEBIAN_FRONTEND noninteractive
18
18
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-translate.git",
7
- "sha": "3aad1dae70b7b2ca15fcbcdefe1966181e8bb4a1 "
7
+ "sha": "e5182377b07c376a78b9e6c9ca71fa64dc82bd3e "
8
8
}
9
9
},
10
10
{
19
19
"git": {
20
20
"name": "synthtool",
21
21
"remote": "https://github.com/googleapis/synthtool.git",
22
- "sha": "bfcdbe0da977b2de6c1c0471bb6dc2f1e13bf669 "
22
+ "sha": "4f8f5dc24af79694887385015294e4dbb214c352 "
23
23
}
24
24
},
25
25
{
26
26
"git": {
27
27
"name": "synthtool",
28
28
"remote": "https://github.com/googleapis/synthtool.git",
29
- "sha": "bfcdbe0da977b2de6c1c0471bb6dc2f1e13bf669 "
29
+ "sha": "4f8f5dc24af79694887385015294e4dbb214c352 "
30
30
}
31
31
}
32
32
],
You can’t perform that action at this time.
0 commit comments