Skip to content

Commit d426563

Browse files
authored
Update versions for 2027 (#3053)
1 parent 5c6aad1 commit d426563

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
project = "FIRST Robotics Competition"
2727
copyright = "2025, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License"
2828
author = "WPILib"
29-
version = "2025"
29+
version = "2027"
3030

3131

3232
# -- General configuration ---------------------------------------------------
@@ -95,7 +95,7 @@
9595

9696
versionwarning_admonition_type = "warning"
9797
versionwarning_banner_title = "Warning!"
98-
versionwarning_body_selector = 'div[class="document"]'
98+
versionwarning_body_selector = 'article[role="main"]'
9999

100100
# List of languages that frc-docs supports
101101
localization_languages = [
@@ -299,7 +299,7 @@ def setup(app):
299299
"display_github": True, # Integrate GitHub
300300
"github_user": "wpilibsuite", # Username
301301
"github_repo": "frc-docs", # Repo name
302-
"github_version": "main", # Version, set to main so edit on github makes PRs to main
302+
"github_version": "2027", # Version, set to 2027 so edit on github makes PRs to 2027 instead of main/stable
303303
"conf_py_path": "/source/", # Path in the checkout to the docs root
304304
}
305305

0 commit comments

Comments
 (0)