mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Test with sys.path
This commit is contained in:
parent
68f6eabd9b
commit
523c0757e0
1 changed files with 2 additions and 1 deletions
|
|
@ -316,7 +316,8 @@ def setup(app):
|
|||
|
||||
# build toctree file
|
||||
sys.path.insert(1, os.path.join(os.path.dirname(os.path.dirname(__file__)), "docs"))
|
||||
from ..docs.pylib import auto_link_remapper
|
||||
print("sys.path:", sys.path)
|
||||
from docs.pylib import auto_link_remapper
|
||||
|
||||
auto_link_remapper.auto_link_remapper()
|
||||
print("Updated source/toc.md file")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue