Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit e7b1061

Browse files
authored
remove replacement in owlbot.py
1 parent 30df6b9 commit e7b1061

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

docs/conf.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,6 @@
109109
# List of patterns, relative to source directory, that match files and
110110
# directories to ignore when looking for source files.
111111
exclude_patterns = [
112-
"google/cloud/bigquery_v2/**", # Legacy proto-based types.
113-
"google/cloud/bigquery_v2/**", # Legacy proto-based types.
114-
"google/cloud/bigquery_v2/**", # Legacy proto-based types.
115-
"google/cloud/bigquery_v2/**", # Legacy proto-based types.
116-
"google/cloud/bigquery_v2/**", # Legacy proto-based types.
117-
"google/cloud/bigquery_v2/**", # Legacy proto-based types.
118112
"google/cloud/bigquery_v2/**", # Legacy proto-based types.
119113
"_build",
120114
"**/.nox/**/*",

owlbot.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -109,16 +109,6 @@
109109

110110
python.py_samples()
111111

112-
s.replace(
113-
"docs/conf.py",
114-
r'\{"members": True\}',
115-
'{"members": True, "inherited-members": True}',
116-
)
117-
s.replace(
118-
"docs/conf.py",
119-
r"exclude_patterns = \[",
120-
'\\g<0>\n "google/cloud/bigquery_v2/**", # Legacy proto-based types.',
121-
)
122112
s.replace(
123113
"samples/**/noxfile.py",
124114
'BLACK_VERSION = "black==22.3.0"',

0 commit comments

Comments
 (0)