mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fixes to auto-link remapper
This commit is contained in:
parent
7eab265994
commit
5177efe129
17 changed files with 74 additions and 2740 deletions
|
|
@ -314,9 +314,9 @@ 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 create_toctree
|
||||
from docs.pylib import auto_link_remapper
|
||||
|
||||
create_toctree.create_toctree()
|
||||
auto_link_remapper.auto_link_remapper()
|
||||
print("Updated source/toc.md file")
|
||||
|
||||
# custom lunr-based search
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue