mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 13:07:50 +00:00
sphinx docs: increased recursion level limit
This commit is contained in:
parent
d8ddef751e
commit
ee9fe18ee1
@ -16,6 +16,9 @@ import os
|
||||
# import sys
|
||||
# sys.path.insert(0, os.path.abspath('.'))
|
||||
|
||||
# to avoid "sphinx.errors.SphinxParallelError: RecursionError: maximum recursion depth exceeded while pickling an object"
|
||||
import sys
|
||||
sys.setrecursionlimit(5000)
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user