Skip to content

Commit 2d173a5

Browse files
gcf-owl-bot[bot]partheachalmerlowe
authored
chore(python): remove docs from templates (#2164)
* chore(python): remove docs from templates Source-Link: googleapis/synthtool@3fca64a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3b3a31be60853477bc39ed8d9bac162cac3ba083724cecaad54eb81d4e4dae9c * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * remove replacement in owlbot.py --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
1 parent 57f940d commit 2d173a5

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:a7aef70df5f13313ddc027409fc8f3151422ec2a57ac8730fce8fa75c060d5bb
17-
# created: 2025-04-10T17:00:10.042601326Z
16+
digest: sha256:3b3a31be60853477bc39ed8d9bac162cac3ba083724cecaad54eb81d4e4dae9c
17+
# created: 2025-04-16T22:40:03.123475241Z

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)