Skip to content

Commit 1ce848a

Browse files
committed
fix docs issue with pagers
1 parent 6d4627f commit 1ce848a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.librarian/generator-input/client-post-processing/pubsub-integration.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

packages/google-cloud-pubsub/docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
# List of patterns, relative to source directory, that match files and
112112
# directories to ignore when looking for source files.
113113
exclude_patterns = [
114+
"pubsub_v1/**",
114115
"_build",
115116
"**/.nox/**/*",
116117
"samples/AUTHORING_GUIDE.md",

0 commit comments

Comments
 (0)