Evennia 5.0.0 major release

This commit is contained in:
Griatch 2025-07-01 09:51:25 +02:00
parent 7aa3e996ed
commit 8cd49c9ac3
7 changed files with 14 additions and 9 deletions

View file

@ -62,8 +62,8 @@ smv_tag_whitelist = r"^$"
# These are also read from the deploy.py script. These are also the names of
# the folders built in the gh-pages evennia branch, under docs/.
latest_version = "latest"
legacy_versions = ["4.x", "3.x", "2.x", "1.x", "0.x"]
legacy_branches = ["v4.0.0", "v3.0.0", "v2.0.0", "v1.0.0", "v0.9.5"]
legacy_versions = ["5.x", "4.x", "3.x", "2.x", "1.x", "0.x"]
legacy_branches = ["v5.0.0", "v4.0.0", "v3.0.0", "v2.0.0", "v1.0.0", "v0.9.5"]
def add_legacy_versions_to_html_page_context(app, pagename, templatename, context, doctree):