File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 102102
103103latex_logo = "assets/Latex_Logo_FTC.png"
104104
105- latex_additional_files = ["assets/Latex_Footer_FTC.png" , "_static/RTX.png" , 'assets/FTC_Center_Stage_Title .pdf' ]
105+ latex_additional_files = ["assets/Latex_Footer_FTC.png" , "_static/RTX.png" , 'assets/FTC_Into_The_Deep_Title .pdf' ]
106106
107107# Disable xindy support
108108# See: https://github.com/readthedocs/readthedocs.org/issues/5476
197197 \pagenumbering{Roman}
198198 \begin{titlepage}
199199
200- \AddToShipoutPictureBG*{\includegraphics[width=\paperwidth,height=\paperheight]{FTC_Center_Stage_Title .pdf}}
200+ \AddToShipoutPictureBG*{\includegraphics[width=\paperwidth,height=\paperheight]{FTC_Into_The_Deep_Title .pdf}}
201201 \vspace*{113mm}
202202 \begin{flushright}
203203 \begin{center}
204- \textbf{\Large {2023- 2024 \emph{FIRST} Tech Challenge}}
204+ \textbf{\Large {2024-2025 \emph{FIRST} Tech Challenge}}
205205 \\
206206 \vspace{4mm}
207207 \textbf{\Huge {\thetitle}}
@@ -358,7 +358,7 @@ def setup(app):
358358html_context = dict ()
359359
360360# Configure for local official-esque builds
361- if (os .environ .get ("LOCAL_DOCS_BUILD " ) == "true" ):
361+ if (os .environ .get ("DOCS_BUILD " ) == "true" ):
362362 html_context ['display_lower_left' ] = True
363363
364364 html_context ['current_version' ] = version
You can’t perform that action at this time.
0 commit comments