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

Commit 79cde61

Browse files
1 parent baa5981 commit 79cde61

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
# autodoc/autosummary flags
6363
autoclass_content = "both"
64-
autodoc_default_options = {"members": True, "inherited-members": True}
64+
autodoc_default_options = {"members": True}
6565
autosummary_generate = True
6666

6767

@@ -109,7 +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.
113112
"_build",
114113
"**/.nox/**/*",
115114
"samples/AUTHORING_GUIDE.md",

0 commit comments

Comments
 (0)