From f9a736ef1d1b0977e4cab658e86a3cc3e4a282ec Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 27 Feb 2021 18:04:02 +0100 Subject: [PATCH] More debug output --- docs/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index be04cb1943..e305282181 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -185,6 +185,8 @@ if not _no_autodoc: sys.path.insert(1, EV_ROOT) + print(f"sys.path: {sys.path}") + with cd(EV_ROOT): # set up Evennia so its sources can be parsed os.environ["DJANGO_SETTINGS_MODULE"] = "evennia.settings_default"