Skip to content

Commit f75073f

Browse files
authored
Some miscellaneous fixes
1 parent 68fed85 commit f75073f

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

source/conf.py

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -179,16 +179,16 @@
179179
mathjax_path = "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
180180

181181
# PWA Specific Settings
182-
pwa_name = "FRC Docs"
183-
pwa_short_name = "FRC Docs"
182+
pwa_name = "frc-docs"
183+
pwa_short_name = "frc-docs"
184184
pwa_theme_color = "#003974"
185185
pwa_background_color = "#003974"
186186
pwa_icons = [
187187
["_static/first-logo-256px.png", "256x256"],
188188
["_static/first-logo-512px.png", "512x512"],
189189
]
190190
pwa_apple_icon = "_static/touch-icon.png"
191-
pwa_maskable_icon = "first-logo-maskable.png"
191+
pwa_maskable_icon = "_static/first-logo-maskable.png"
192192

193193
# -- Options for HTML output -------------------------------------------------
194194

@@ -208,13 +208,6 @@
208208
# URL favicon
209209
html_favicon = "assets/FIRSTicon_RGB_withTM.ico"
210210

211-
# Specify canonical root
212-
# This tells search engines that this domain is preferred
213-
if os.getenv("TESTING"):
214-
html_baseurl = "http://localhost:8000/"
215-
else:
216-
html_baseurl = "https://frc-docs--1704.org.readthedocs.build/en/1704/"
217-
218211
html_theme_options = {
219212
"collapse_navigation": True,
220213
"sticky_navigation": False,

0 commit comments

Comments
 (0)