File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 179
179
mathjax_path = "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
180
180
181
181
# 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 "
184
184
pwa_theme_color = "#003974"
185
185
pwa_background_color = "#003974"
186
186
pwa_icons = [
187
187
["_static/first-logo-256px.png" , "256x256" ],
188
188
["_static/first-logo-512px.png" , "512x512" ],
189
189
]
190
190
pwa_apple_icon = "_static/touch-icon.png"
191
- pwa_maskable_icon = "first-logo-maskable.png"
191
+ pwa_maskable_icon = "_static/ first-logo-maskable.png"
192
192
193
193
# -- Options for HTML output -------------------------------------------------
194
194
208
208
# URL favicon
209
209
html_favicon = "assets/FIRSTicon_RGB_withTM.ico"
210
210
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
-
218
211
html_theme_options = {
219
212
"collapse_navigation" : True ,
220
213
"sticky_navigation" : False ,
You can’t perform that action at this time.
0 commit comments