Skip to content

Commit 37c5f66

Browse files
authored
Merge branch 'main' into remove-water-game
2 parents c337b4b + 064c04a commit 37c5f66

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
425 KB
Binary file not shown.

docs/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102

103103
latex_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
@@ -197,11 +197,11 @@
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):
358358
html_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

0 commit comments

Comments
 (0)