Skip to content

Commit 9109f76

Browse files
committed
Branch docs version for Godot 4.4
1 parent 99eed10 commit 9109f76

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

.github/workflows/sync_class_ref.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ name: Sync Class Reference
22

33
on:
44
workflow_dispatch:
5-
# Scheduled updates only run on the default/master branch.
6-
# Other branches need to be run manually (usually after a new release for that branch).
7-
schedule:
8-
# Run it at (European) night time every Saturday.
9-
# The offset is there to try and avoid high load times.
10-
- cron: '15 3 * * 6'
115

126
# Make sure jobs cannot overlap.
137
concurrency:
@@ -23,7 +17,7 @@ jobs:
2317
runs-on: ubuntu-24.04
2418
timeout-minutes: 10
2519
env:
26-
engine_rev: 'master'
20+
engine_rev: '4.4'
2721
permissions:
2822
contents: write
2923
pull-requests: write

conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
# Version info for the project, acts as replacement for |version| and |release|
9393
# The short X.Y version
94-
version = os.getenv("READTHEDOCS_VERSION", "latest")
94+
version = os.getenv("READTHEDOCS_VERSION", "4.4")
9595
# The full version, including alpha/beta/rc tags
9696
release = version
9797

@@ -184,7 +184,7 @@
184184
"display_github": not is_i18n, # Integrate GitHub
185185
"github_user": "godotengine", # Username
186186
"github_repo": "godot-docs", # Repo name
187-
"github_version": "master", # Version
187+
"github_version": "4.4", # Version
188188
"conf_py_path": "/", # Path in the checkout to the docs root
189189
"godot_docs_title": supported_languages[language],
190190
"godot_docs_basepath": "https://docs.godotengine.org/",
@@ -194,7 +194,7 @@
194194
"godot_title_prefix": "" if on_rtd else "(DEV) ",
195195
# Set this to `True` when in the `latest` branch to clearly indicate to the reader
196196
# that they are not reading the `stable` documentation.
197-
"godot_is_latest": True,
197+
"godot_is_latest": False,
198198
"godot_version": "4.4",
199199
# Enables a banner that displays the up-to-date status of each article.
200200
"godot_show_article_status": True,

index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:allow_comments: False
22

3-
Godot Docs – *master* branch
4-
============================
3+
Godot Docs – *4.4* branch
4+
=========================
55

66
.. only:: not i18n
77

0 commit comments

Comments
 (0)