Use an explicit website title, to avoid the "0.1 documentation" addendum.

This commit is contained in:
Lukas Tenbrink
2025-12-11 10:38:39 +01:00
parent d55cb34a9c
commit 2e0c2f656c

View File

@@ -57,6 +57,8 @@ html_context = {
}
html_logo = "img/docs_logo.svg"
# Set explicitly to avoid the standard title inserting a version.
html_title = 'Contributing to Godot'
# These folders are copied to the documentation's HTML output
html_static_path = ["_static"]