mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 22:17:17 +02:00
Extend dirname for insert in path
This commit is contained in:
parent
523c0757e0
commit
6d8b882e0c
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,7 @@ def setup(app):
|
|||
app.add_transform(AutoStructify)
|
||||
|
||||
# build toctree file
|
||||
sys.path.insert(1, os.path.join(os.path.dirname(os.path.dirname(__file__)), "docs"))
|
||||
sys.path.insert(1, os.path.dirname(os.path.dirname(__file__)))
|
||||
print("sys.path:", sys.path)
|
||||
from docs.pylib import auto_link_remapper
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue