Skip to content

Commit 93ec6ab

Browse files
build(python): update docfx job to use new plugin (#104)
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 b7c9d6f commit 93ec6ab

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,7 @@ def docfx(session):
209209
"""Build the docfx yaml files for this library."""
210210

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

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

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-bigquery-sqlalchemy.git",
7-
"sha": "9cdd37b07bfb9917ea5a0374809f9bd5fd1f4cdc"
7+
"sha": "b7c9d6f3151520a20239df197a151aa80c3ebdcd"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "86ed43d4f56e6404d068e62e497029018879c771"
14+
"sha": "4501974ad08b5d693311457e2ea4ce845676e329"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)