Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 4a714f7

Browse files
build(python): update docfx job to use new plugin (#171)
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 1c91a27 commit 4a714f7

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

noxfile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,9 @@ def docfx(session):
218218
"""Build the docfx yaml files for this library."""
219219

220220
session.install("-e", ".")
221-
# sphinx-docfx-yaml supports up to sphinx version 1.5.5.
222-
# https://github.com/docascode/sphinx-docfx-yaml/issues/97
223-
session.install("sphinx==1.5.5", "alabaster", "recommonmark", "sphinx-docfx-yaml")
221+
session.install(
222+
"sphinx<3.0.0", "alabaster", "recommonmark", "gcp-sphinx-docfx-yaml"
223+
)
224224

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

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-bigquery-storage.git",
7-
"sha": "8c1071337ea6c76a61f601b46254e6f07d8f5add"
7+
"sha": "1c91a276289a0e319f93b136836f81ee943f661c"
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
],

0 commit comments

Comments
 (0)