Skip to content

Commit 04118f1

Browse files
authored
Show inheritance and inherited members in BQ docs. (#7338)
This fixes the issue where the base class for RowIterator could not be navigated to.
1 parent f4e3942 commit 04118f1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • third_party/sphinx/sphinx/ext/autosummary/templates/autosummary

third_party/sphinx/sphinx/ext/autosummary/templates/autosummary/class.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@
3333
<p>
3434

3535
.. autoclass:: {{ objname }}
36+
:show-inheritance:
37+
:inherited-members:
3638
:members:

0 commit comments

Comments
 (0)