Increase the maximum recursion depth
[kohadocs.git] / en / source / conf.py
index f6d5dbe..4b18fc3 100644 (file)
@@ -18,6 +18,7 @@
 # documentation root, use os.path.abspath to make it absolute, like shown here.
 #
 # import os
+import sys; sys.setrecursionlimit(3000)
 # import sys
 # sys.path.insert(0, os.path.abspath('.'))