We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c09d45 commit 97819f5Copy full SHA for 97819f5
conf.py
@@ -19,6 +19,8 @@
19
from sphinx.ext import autodoc
20
from docutils import nodes
21
22
+sys.setrecursionlimit(2000)
23
+
24
build_api_reference = True
25
26
try:
0 commit comments