diff --git a/conf.py b/conf.py index 9b1563367fd9bee7af6a1806c960af3cab344d70..97c04781da4ec56b23d4a7df26d45c326fb32e8f 100644 --- a/conf.py +++ b/conf.py @@ -75,7 +75,7 @@ html_theme_options = { "attributes": {"target": "_blank"}, }, { - "name": "Fourm", + "name": "Forum", "url": "https://forum.beagleboard.org/c/gsoc", "icon": "fa-brands fa-discourse", "attributes": {"target": "_blank"}, @@ -147,4 +147,4 @@ latex_engine = "xelatex" latex_logo = str("_static/images/logo-latex.pdf") latex_documents = [ ("proposals/template", "template.tex", "Project proposal template 2024", "John Doe", "manual"), -] +] \ No newline at end of file