We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda4ea3 commit 061a03cCopy full SHA for 061a03c
_templates/autosummary/panda3d-class.rst
@@ -11,6 +11,7 @@
11
.. autoclass:: {{ objname }}
12
:members:
13
:undoc-members:
14
+ :exclude-members: DtoolClassDict
15
16
.. rubric:: Inheritance diagram
17
@@ -24,6 +25,7 @@
24
25
26
27
28
29
30
31
conf.py
@@ -19,8 +19,6 @@
19
from sphinx.ext import autodoc
20
from docutils import nodes
21
22
-sys.setrecursionlimit(2000)
23
-
build_api_reference = True
try:
0 commit comments