Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

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 c42e5a9 commit 86ba22a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synth.py
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 86ba22a

Please sign in to comment.