From f1e54f2521bba13c59e89b4c06f2811866b5f92d Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Tue, 12 Feb 2019 14:39:13 +0100 Subject: Increase sphinx recursion limit Not sure why but it seems required for future commits. --- doc/sphinx/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 39047f4f23..9d2afc080f 100755 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -28,7 +28,7 @@ from shutil import copyfile import sphinx # Increase recursion limit for sphinx -sys.setrecursionlimit(1500) +sys.setrecursionlimit(3000) # 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 -- cgit v1.2.3