Skip to content

Commit

Permalink
build(python): update docfx job to use new plugin (#115)
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 5f7d00e commit 806a58e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 1 addition & 3 deletions packages/google-cloud-texttospeech/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
9 changes: 4 additions & 5 deletions packages/google-cloud-texttospeech/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-texttospeech.git",
"sha": "3d6431c1b978262ecd353746d45c62cfcab0c431"
"sha": "6a8f8e566a95e8496727ada14a3356df08b1a229"
}
},
{
Expand All @@ -19,14 +19,14 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "86ed43d4f56e6404d068e62e497029018879c771"
"sha": "4501974ad08b5d693311457e2ea4ce845676e329"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "86ed43d4f56e6404d068e62e497029018879c771"
"sha": "4501974ad08b5d693311457e2ea4ce845676e329"
}
}
],
Expand Down Expand Up @@ -163,7 +163,6 @@
"tests/unit/gapic/texttospeech_v1/__init__.py",
"tests/unit/gapic/texttospeech_v1/test_text_to_speech.py",
"tests/unit/gapic/texttospeech_v1beta1/__init__.py",
"tests/unit/gapic/texttospeech_v1beta1/test_text_to_speech.py",
"texttospeech-v1beta1-py.tar.gz"
"tests/unit/gapic/texttospeech_v1beta1/test_text_to_speech.py"
]
}
Empty file.

0 comments on commit 806a58e

Please sign in to comment.