Skip to content
Snippets Groups Projects
Commit f38e7f55 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

doc: increase Python recursion limit to 1500

parent 2ceffb24
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,8 @@
import sys, os, time
sys.setrecursionlimit(1500)
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment