Skip to content

Commit

Permalink
Redis: don't synth 'README.rst'. (#6262)
Browse files Browse the repository at this point in the history
Closes #6260.
  • Loading branch information
tseaver committed Oct 18, 2018
1 parent 9dae9f8 commit c0c7ed6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion redis/synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
gapic = gcp.GAPICGenerator()
common = gcp.CommonTemplates()
excludes = [
'README.rst',
'setup.py',
'nox.py',
'nox*.py',
'docs/conf.py',
'docs/index.rst',
]
Expand Down

0 comments on commit c0c7ed6

Please sign in to comment.