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

Commit a0a0964

Browse files
build(python): update docfx job to use new plugin (#123)
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 434c09f commit a0a0964

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

noxfile.py

Lines changed: 1 addition & 3 deletions
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://github.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(

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-datatransfer.git",
7-
"sha": "ea6e2855a311d3c0b67483074d231e3dd5d40d4b"
7+
"sha": "434c09fcb716d60b0854e260d5d1f396e3fbc775"
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)