mirror of
https://github.com/evennia/evennia.git
synced 2026-08-18 03:05:44 +00:00
Merge branch 'docs-toolchain-upgrade' of github.com:PowershellNinja/evennia into PowershellNinja-docs-toolchain-upgrade
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# requirements for building the docs
|
||||
|
||||
sphinx>=7.3.7,<8.0.0
|
||||
myst-parser>=2.0.0,<3.0.0
|
||||
sphinx>=8.0.0,<9.0.0
|
||||
myst-parser>=4.0.0,<5.0.0
|
||||
Jinja2>=3.1
|
||||
linkify-it-py>=2.0.0
|
||||
@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user