Debug output for doc build
This commit is contained in:
parent
4cefba6e3b
commit
455c016c95
1 changed files with 6 additions and 0 deletions
|
|
@ -197,6 +197,12 @@ if not _no_autodoc:
|
||||||
evennia._init()
|
evennia._init()
|
||||||
|
|
||||||
from evennia.utils.ansi import strip_raw_ansi as ansi_clean
|
from evennia.utils.ansi import strip_raw_ansi as ansi_clean
|
||||||
|
try:
|
||||||
|
from evennia.contrib import crafting # noqa
|
||||||
|
except ImportError:
|
||||||
|
print("--- NOT develop branch!")
|
||||||
|
else:
|
||||||
|
print("--- Develop branch!")
|
||||||
|
|
||||||
|
|
||||||
if _no_autodoc:
|
if _no_autodoc:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue