From 0dd6454036e55b84ac188d98c843cac0ffd810ed Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 27 Feb 2021 18:10:29 +0100 Subject: [PATCH] More testing --- docs/source/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index e305282181..462d33947f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -183,7 +183,7 @@ if not _no_autodoc: subprocess.call(["git", "rev-parse", "--abbrev-ref", "HEAD"]) subprocess.call("pwd") - sys.path.insert(1, EV_ROOT) + sys.path.insert(0, EV_ROOT) print(f"sys.path: {sys.path}") @@ -203,6 +203,8 @@ if not _no_autodoc: evennia._init() + print(f"evennia location: {evennia.__file__}") + from evennia.utils.ansi import strip_raw_ansi as ansi_clean try: from evennia.contrib import crafting # noqa