Skip to content

Commit

Permalink
#19 fixed project title, favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
funkchaser committed Apr 29, 2024
1 parent b9e4420 commit e7b7a08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# -- General configuration ------------------------------------------------

project = "aixd_grasshopper"
project = "ARA"
copyright = "Copyright (c) 2023-2024 ETH Zurich, Gramazio Kohler Research"
author = "Aleksandra Apolinarska"
package = "aixd_grasshopper"
Expand Down Expand Up @@ -98,12 +98,12 @@ def setup(app):
# -- Options for HTML output ----------------------------------------------

html_theme = "sidebaronly"
html_title = project
html_title = "ARA"

favicons = [
{
"rel": "icon",
"href": "compas.ico",
"href": "ara_logo.png",
}
]

Expand Down

0 comments on commit e7b7a08

Please sign in to comment.