Restructure doc versions

This commit is contained in:
Griatch 2023-12-20 19:13:39 +01:00
parent efafbb6342
commit bbae01d937
2 changed files with 2 additions and 3 deletions

View file

@ -62,7 +62,7 @@ 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 = ["2.x", "1.3.0", "0.9.5"]
legacy_versions = ["2.x", "1.x", "0.x"]
def add_legacy_versions_to_html_page_context(app, pagename, templatename, context, doctree):