|
91 | 91 |
|
92 | 92 | # Version info for the project, acts as replacement for |version| and |release| |
93 | 93 | # The short X.Y version |
94 | | -version = os.getenv("READTHEDOCS_VERSION", "latest") |
| 94 | +version = os.getenv("READTHEDOCS_VERSION", "4.4") |
95 | 95 | # The full version, including alpha/beta/rc tags |
96 | 96 | release = version |
97 | 97 |
|
|
184 | 184 | "display_github": not is_i18n, # Integrate GitHub |
185 | 185 | "github_user": "godotengine", # Username |
186 | 186 | "github_repo": "godot-docs", # Repo name |
187 | | - "github_version": "master", # Version |
| 187 | + "github_version": "4.4", # Version |
188 | 188 | "conf_py_path": "/", # Path in the checkout to the docs root |
189 | 189 | "godot_docs_title": supported_languages[language], |
190 | 190 | "godot_docs_basepath": "https://docs.godotengine.org/", |
|
194 | 194 | "godot_title_prefix": "" if on_rtd else "(DEV) ", |
195 | 195 | # Set this to `True` when in the `latest` branch to clearly indicate to the reader |
196 | 196 | # that they are not reading the `stable` documentation. |
197 | | - "godot_is_latest": True, |
| 197 | + "godot_is_latest": False, |
198 | 198 | "godot_version": "4.4", |
199 | 199 | # Enables a banner that displays the up-to-date status of each article. |
200 | 200 | "godot_show_article_status": True, |
|
0 commit comments