From 0440bf60f6719b942c08b8339d4fcc059177916a Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 27 Feb 2021 18:38:47 +0100 Subject: [PATCH] More testing --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8f912628ae..a94c146514 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -212,7 +212,7 @@ if not _no_autodoc: else: print("--- Develop branch!") print(f"evennia location: {evennia.__file__}") - print(f"crafting location: {evennia.contrib.crafting.__file__}") + print(f"crafting location: {crafting.__file__}") if _no_autodoc: