Fix typo in doc conf

This commit is contained in:
Griatch 2021-02-27 13:53:53 +01:00
parent 6d0e85492d
commit 63a2b3b1aa

View file

@ -186,7 +186,7 @@ if not _no_autodoc:
with cd(EV_ROOT):
# set up Evennia so its sources can be parsed
os.environ["DJANGO_SETTINGS_MODULE"] = "evennia.settings.default"
os.environ["DJANGO_SETTINGS_MODULE"] = "evennia.settings_default"
import django # noqa