This repository was archived by the owner on Sep 21, 2023. It is now read-only.

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed
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://.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(
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://.com/googleapis/python-video-transcoder.git",
7-
"sha": "4076914adfde514417b5a39a0e5fcd905e5f6e8f"
7+
"sha": "e593578dab2d641de7df178ffd118ada158ab602"
88
}
99
},
1010
{
@@ -19,14 +19,14 @@
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://.com/googleapis/synthtool.git",
22-
"sha": "86ed43d4f56e6404d068e62e497029018879c771"
22+
"sha": "4501974ad08b5d693311457e2ea4ce845676e329"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "synthtool",
2828
"remote": "https://.com/googleapis/synthtool.git",
29-
"sha": "86ed43d4f56e6404d068e62e497029018879c771"
29+
"sha": "4501974ad08b5d693311457e2ea4ce845676e329"
3030
}
3131
}
3232
],

0 commit comments

Comments
 (0)