Skip to content

Commit cbb564c

Browse files
build(python): update docfx job to use new plugin (googleapis#83)
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 31dec1f commit cbb564c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/google-cloud-container/noxfile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ 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(
215+
"sphinx<3.0.0", "alabaster", "recommonmark", "gcp-sphinx-docfx-yaml"
216+
)
217217

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

packages/google-cloud-container/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-container.git",
7-
"sha": "206e49548ee102b59716d58c55373c6aa5b1e990"
7+
"sha": "a575b0b0402e92afe5b5ef83e006ad991a2f73bb"
88
}
99
},
1010
{
@@ -19,7 +19,7 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "86ed43d4f56e6404d068e62e497029018879c771"
22+
"sha": "4501974ad08b5d693311457e2ea4ce845676e329"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)