Fixes to auto-link remapper

This commit is contained in:
Griatch 2020-07-12 18:10:13 +02:00
parent 7eab265994
commit 5177efe129
17 changed files with 74 additions and 2740 deletions

View file

@ -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