diff --git a/.github/workflows/cherrypick.yml b/.github/workflows/cherrypick.yml index cb3b0fca6..50d7e270e 100644 --- a/.github/workflows/cherrypick.yml +++ b/.github/workflows/cherrypick.yml @@ -10,7 +10,7 @@ on: env: # TODO: Add a way to handle multiple potential cherrypick targets. - TARGET_BRANCH: '4.3' + TARGET_BRANCH: '4.5' USERNAME: 'Godot Organization' EMAIL: 'noreply@godotengine.org' diff --git a/.github/workflows/sync_class_ref.yml b/.github/workflows/sync_class_ref.yml index e864e74e2..c8fe7b4cc 100644 --- a/.github/workflows/sync_class_ref.yml +++ b/.github/workflows/sync_class_ref.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-24.04 timeout-minutes: 10 env: - engine_rev: 'master' + engine_rev: '4.5' permissions: contents: write pull-requests: write diff --git a/conf.py b/conf.py index f42ecace1..c97d31997 100644 --- a/conf.py +++ b/conf.py @@ -171,7 +171,7 @@ html_context = { "godot_title_prefix": "" if on_rtd else "(DEV) ", # Set this to `True` when in the `latest` branch to clearly indicate to the reader # that they are not reading the `stable` documentation. - "godot_is_latest": True, + "godot_is_latest": False, "godot_version": "4.5", # Enables a banner that displays the up-to-date status of each article. "godot_show_article_status": True,