Update to Sphinx 8.x. Update to myST 4.x. Fix conf.py.

This commit is contained in:
PowershellNinja 2025-08-14 20:56:34 +02:00
parent e90e568475
commit 0031d820f2
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@ import sys
from collections import namedtuple
# from recommonmark.transform import AutoStructify
from sphinx.util.osutil import cd
from contextlib import chdir
# -- Project information -----------------------------------------------------
@ -271,7 +271,7 @@ if not _no_autodoc:
sys.path.insert(1, EV_ROOT)
with cd(EV_ROOT):
with chdir(EV_ROOT):
# set up Evennia so its sources can be parsed
os.environ["DJANGO_SETTINGS_MODULE"] = "evennia.settings_default"