From 19833ebb666b62ea890be4149862aafe6a61b440 Mon Sep 17 00:00:00 2001 From: Lukas Tenbrink Date: Mon, 4 Aug 2025 12:58:31 +0200 Subject: [PATCH] Add a section for documentation in building_releases.rst. --- maintainers/building_releases.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/maintainers/building_releases.rst b/maintainers/building_releases.rst index 7040fab..8458863 100644 --- a/maintainers/building_releases.rst +++ b/maintainers/building_releases.rst @@ -196,6 +196,16 @@ and itch.io). This is outside the scope of this howto. Google Play and the Horizon Store. Until we automate this, this should be synced with @m4gr3d. +Updating documentation +~~~~~~~~~~~~~~~~~~~~~~ + +The documentation needs version updates in various locations: + +* Update the class reference from `godot `__. +* Create a new branch of the current version in `godot-docs `__. +* Create a new version for this branch on `readthedocs `__ +* Update the version number in `conf.py `__ to the upcoming version on ``master``. + Using ``screen`` ----------------