Skip to content

Commit a4beb57

Browse files
build(python): update docfx job to use new plugin (#126)
* changes without context * build(python): update docfx job to use new plugin Source-Author: Dan Lee <71398022+dandhlee@users.noreply.github.com> Source-Date: Tue Mar 30 19:36:37 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: 4501974ad08b5d693311457e2ea4ce845676e329 Source-Link: googleapis/synthtool@4501974
1 parent 3e01ef9 commit a4beb57

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

packages/google-cloud-translate/noxfile.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,7 @@ def docfx(session):
211211
"""Build the docfx yaml files for this library."""
212212

213213
session.install("-e", ".")
214-
# sphinx-docfx-yaml supports up to sphinx version 1.5.5.
215-
# https://github.com/docascode/sphinx-docfx-yaml/issues/97
216-
session.install("sphinx==1.5.5", "alabaster", "recommonmark", "sphinx-docfx-yaml")
214+
session.install("sphinx", "alabaster", "recommonmark", "gcp-sphinx-docfx-yaml")
217215

218216
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
219217
session.run(

packages/google-cloud-translate/synth.metadata

+5-4
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": "a397effb87f74f579605bcf261bf2b00d5e9fa5b"
7+
"sha": "f41be7adee001acaaa14e892bfbb52b91a336cb0"
88
}
99
},
1010
{
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "86ed43d4f56e6404d068e62e497029018879c771"
22+
"sha": "4501974ad08b5d693311457e2ea4ce845676e329"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://github.com/googleapis/synthtool.git",
29-
"sha": "86ed43d4f56e6404d068e62e497029018879c771"
29+
"sha": "4501974ad08b5d693311457e2ea4ce845676e329"
3030
}
3131
}
3232
],
@@ -166,6 +166,7 @@
166166
"tests/unit/gapic/translate_v3/__init__.py",
167167
"tests/unit/gapic/translate_v3/test_translation_service.py",
168168
"tests/unit/gapic/translate_v3beta1/__init__.py",
169-
"tests/unit/gapic/translate_v3beta1/test_translation_service.py"
169+
"tests/unit/gapic/translate_v3beta1/test_translation_service.py",
170+
"translation-v3-py.tar.gz"
170171
]
171172
}

packages/google-cloud-translate/translation-v3-py.tar.gz

Whitespace-only changes.

0 commit comments

Comments
 (0)