From 3c58304d1e1b7b717e04fd673d8d24711bc93c89 Mon Sep 17 00:00:00 2001 From: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Date: Mon, 21 Sep 2020 19:05:19 -0600 Subject: [PATCH] chore: skip README generation in synth (#56) --- google-cloud-speech/synth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cloud-speech/synth.py b/google-cloud-speech/synth.py index 5ad0d5f0d78a..13791dae90dc 100644 --- a/google-cloud-speech/synth.py +++ b/google-cloud-speech/synth.py @@ -81,7 +81,7 @@ # Samples templates # ---------------------------------------------------------------------------- -python.py_samples() +python.py_samples(skip_readmes=True) # TODO(busunkim): Use latest sphinx after microgenerator transition