Skip to content

Commit ae9cdb1

Browse files
build(python): update docfx job to use new plugin
Source-Author: Dan Lee <[email protected]> Source-Date: Tue Mar 30 19:36:37 2021 -0400 Source-Repo: googleapis/synthtool Source-Sha: 4501974ad08b5d693311457e2ea4ce845676e329 Source-Link: googleapis/synthtool@4501974
1 parent d817fd3 commit ae9cdb1

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
@@ -213,9 +213,7 @@ def docfx(session):
213213
"""Build the docfx yaml files for this library."""
214214

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

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

synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)