From fb6bfc3ef114e0d8d5a0ecc915c4ce533c671322 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Mon, 15 Apr 2024 18:12:59 -0700 Subject: [PATCH] Skip generating docs for yaml/integration_tests.py. (#30986) --- sdks/python/scripts/generate_pydoc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sdks/python/scripts/generate_pydoc.sh b/sdks/python/scripts/generate_pydoc.sh index 1e25f54dc462c..48b5e01d55aab 100755 --- a/sdks/python/scripts/generate_pydoc.sh +++ b/sdks/python/scripts/generate_pydoc.sh @@ -80,6 +80,7 @@ excluded_patterns=( 'apache_beam/utils/counters.*' 'apache_beam/utils/windowed_value.*' 'apache_beam/version.py' + 'apache_beam/yaml/integration_tests.py' '**/internal/*' '*_it.py' '*_pb2.py'