mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
2
.github/workflows/cherrypick.yml
vendored
2
.github/workflows/cherrypick.yml
vendored
@@ -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'
|
||||
|
||||
|
||||
2
.github/workflows/sync_class_ref.yml
vendored
2
.github/workflows/sync_class_ref.yml
vendored
@@ -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
|
||||
|
||||
2
conf.py
2
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,
|
||||
|
||||
Reference in New Issue
Block a user