File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
.librarian/generator-input/client-post-processing
packages/google-cloud-pubsub/docs Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -587,3 +587,11 @@ replacements:
587587 \g<1># See https://github.com/grpc/grpc/issues/32163
588588 \g<1>session.install("--pre", "grpcio!=1.52.0rc1")
589589 count : 1
590+ - paths :
591+ - " packages/google-cloud-pubsub/docs/conf.py"
592+ before : ' exclude_patterns = \[\n([ \t]+)"_build",'
593+ after : |-
594+ exclude_patterns = [
595+ \g<1>"pubsub_v1/**",
596+ \g<1>"_build",
597+ count : 1
Original file line number Diff line number Diff line change 111111# List of patterns, relative to source directory, that match files and
112112# directories to ignore when looking for source files.
113113exclude_patterns = [
114+ "pubsub_v1/**" ,
114115 "_build" ,
115116 "**/.nox/**/*" ,
116117 "samples/AUTHORING_GUIDE.md" ,
You can’t perform that action at this time.
0 commit comments