Skip to content

Commit c0c7ed6

Browse files
authored
Redis: don't synth 'README.rst'. (googleapis#6262)
Closes googleapis#6260.
1 parent 9dae9f8 commit c0c7ed6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

redis/synth.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323
gapic = gcp.GAPICGenerator()
2424
common = gcp.CommonTemplates()
2525
excludes = [
26+
'README.rst',
2627
'setup.py',
27-
'nox.py',
28+
'nox*.py',
2829
'docs/conf.py',
2930
'docs/index.rst',
3031
]

0 commit comments

Comments
 (0)