Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 7fd7fbd

Browse files
chore: config template changes from synthtool (#35)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/70b4b90d-addf-4885-8340-c6eebd84e430/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@4f8f5dc
1 parent 1c5b6e8 commit 7fd7fbd

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.kokoro/docker/docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from ubuntu:20.10
15+
from ubuntu:20.04
1616

1717
ENV DEBIAN_FRONTEND noninteractive
1818

docs/conf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
sys.path.insert(0, os.path.abspath(".."))
2222

2323
# For plugins that can not read conf.py.
24+
# See also: https://github.com/docascode/sphinx-docfx-yaml/issues/85
2425
sys.path.insert(0, os.path.abspath("."))
2526

2627
__version__ = ""
@@ -93,7 +94,12 @@
9394

9495
# List of patterns, relative to source directory, that match files and
9596
# 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+
]
97103

98104
# The reST default role (used for this markup: `text`) to use for all
99105
# documents.

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-translate.git",
7-
"sha": "3aad1dae70b7b2ca15fcbcdefe1966181e8bb4a1"
7+
"sha": "e5182377b07c376a78b9e6c9ca71fa64dc82bd3e"
88
}
99
},
1010
{
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "bfcdbe0da977b2de6c1c0471bb6dc2f1e13bf669"
22+
"sha": "4f8f5dc24af79694887385015294e4dbb214c352"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "bfcdbe0da977b2de6c1c0471bb6dc2f1e13bf669"
29+
"sha": "4f8f5dc24af79694887385015294e4dbb214c352"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)