mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Considerable cleanup of installation docs
This commit is contained in:
parent
f7c01c2ee4
commit
ca7bee9d99
38 changed files with 2660 additions and 739 deletions
|
|
@ -345,11 +345,13 @@ def setup(app):
|
|||
|
||||
# build toctree file
|
||||
sys.path.insert(1, os.path.dirname(os.path.dirname(os.path.dirname(__file__))))
|
||||
from docs.pylib import auto_link_remapper, update_default_cmd_index, contrib_readmes2docs
|
||||
from docs.pylib import (auto_link_remapper, update_default_cmd_index,
|
||||
contrib_readmes2docs, update_dynamic_pages)
|
||||
|
||||
_no_autodoc = os.environ.get("NOAUTODOC")
|
||||
update_default_cmd_index.run_update(no_autodoc=_no_autodoc)
|
||||
contrib_readmes2docs.readmes2docs()
|
||||
update_dynamic_pages.update_dynamic_pages()
|
||||
auto_link_remapper.auto_link_remapper(no_autodoc=_no_autodoc)
|
||||
|
||||
# custom lunr-based search
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue