From 2e0c2f656c9a9ec0d1d18750e2684ff62dcacb76 Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Thu, 11 Dec 2025 10:38:39 +0100 Subject: [PATCH] Use an explicit website title, to avoid the "0.1 documentation" addendum. --- conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf.py b/conf.py index 74f0191..ef22ed9 100644 --- a/conf.py +++ b/conf.py @@ -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"]