Skip to content

Commit

Permalink
build(python): update docfx job to use new plugin (#124)
Browse files Browse the repository at this point in the history
* changes without context

* build(python): update docfx job to use new plugin

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
  • Loading branch information
yoshi-automation authored Mar 31, 2021
1 parent 34dfb0a commit acb02e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@
"StreamingStorageConfig",
"StreamingVideoAnnotationResults",
"StreamingVideoConfig",
"StreamingVideoIntelligenceServiceClient",
"TextAnnotation",
"TextDetectionConfig",
"TextFrame",
Expand All @@ -139,7 +138,8 @@
"VideoAnnotationProgress",
"VideoAnnotationResults",
"VideoContext",
"VideoIntelligenceServiceClient",
"VideoSegment",
"WordInfo",
"VideoIntelligenceServiceClient",
"StreamingVideoIntelligenceServiceClient",
)
4 changes: 1 addition & 3 deletions packages/google-cloud-videointelligence/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,7 @@ def docfx(session):
"""Build the docfx yaml files for this library."""

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

shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
session.run(
Expand Down
6 changes: 3 additions & 3 deletions packages/google-cloud-videointelligence/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-videointelligence.git",
"sha": "6b3375a7425719912bf9e8cdb3bb1911c2f3f450"
"sha": "b615ceb8904874b1fe17efe1aaf3f165686fb326"
}
},
{
Expand All @@ -19,14 +19,14 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "60fc32cc950c20cfdd774b846a4a7dc5d1e4d0ef"
"sha": "4501974ad08b5d693311457e2ea4ce845676e329"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "60fc32cc950c20cfdd774b846a4a7dc5d1e4d0ef"
"sha": "4501974ad08b5d693311457e2ea4ce845676e329"
}
}
],
Expand Down

0 comments on commit acb02e6

Please sign in to comment.