Skip to content

Commit 026f0dd

Browse files
chore(python): update dependencies in .kokoro/requirements.txt (#466)
Source-Link: googleapis/synthtool@e3a1277 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:452901c74a22f9b9a3bd02bce780b8e8805c97270d424684bff809ce5be8c2a2 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 31f77bc commit 026f0dd

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

packages/google-cloud-python-speech/noxfile.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,11 @@ def docs(session):
277277
"""Build the docs for this library."""
278278

279279
session.install("-e", ".")
280-
session.install("sphinx==4.0.1", "alabaster", "recommonmark")
280+
session.install(
281+
"sphinx==4.0.1",
282+
"alabaster",
283+
"recommonmark",
284+
)
281285

282286
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
283287
session.run(
@@ -300,7 +304,10 @@ def docfx(session):
300304

301305
session.install("-e", ".")
302306
session.install(
303-
"sphinx==4.0.1", "alabaster", "recommonmark", "gcp-sphinx-docfx-yaml"
307+
"sphinx==4.0.1",
308+
"alabaster",
309+
"recommonmark",
310+
"gcp-sphinx-docfx-yaml",
304311
)
305312

306313
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)

0 commit comments

Comments
 (0)