Merge pull request #39 from Ivorforce/explicit-title

Use an explicit website title, to avoid the "0.1 documentation" addendum
This commit is contained in:
Lukas Tenbrink
2025-12-11 16:33:30 +01:00
committed by GitHub

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"]