File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626project = "FIRST Robotics Competition"
2727copyright = "2025, FIRST and other WPILib Contributors. This work is licensed under a Creative Commons Attribution 4.0 International License"
2828author = "WPILib"
29- version = "2025 "
29+ version = "2027 "
3030
3131
3232# -- General configuration ---------------------------------------------------
9595
9696versionwarning_admonition_type = "warning"
9797versionwarning_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
101101localization_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
You can’t perform that action at this time.
0 commit comments