Skip to content

Commit

Permalink
chore: fix synth.py for sphinx (#74)
Browse files Browse the repository at this point in the history
* fix: fix synth.py for sphinx

* also fix the regexp for the target files
  • Loading branch information
Takashi Matsuo committed Jul 31, 2020
1 parent e95ef6e commit 57ae7e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-texttospeech/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

# Sphinx interprets `*` as emphasis
s.replace(
["google/cloud/**/*_client.py", "google/cloud/**/cloud_tts.py"],
"((en)|(no)|(nb)(cmn)|(yue))-\*",
["google/cloud/**/*client.py", "google/cloud/**/cloud_tts.py"],
"((en)|(no)|(nb)|(cmn)|(yue))-\*",
"\g<1>-\*",
)

Expand Down

0 comments on commit 57ae7e1

Please sign in to comment.