Skip to content

Commit 08cdafb

Browse files
committed
Adding logo to docs.
1 parent 996cf06 commit 08cdafb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
html_theme = "furo"
2121
html_static_path = ["_static"]
22-
html_title = "distributed-resource-optimization"
23-
2422
html_theme_options = {
23+
"dark_logo": "logo.svg",
24+
"light_logo": "logo.svg",
2525
"sidebar_hide_name": False,
2626
"source_repository": "https://github.com/Digitalized-Energy-Systems/mango-optimization/",
2727
"source_branch": "main",

0 commit comments

Comments
 (0)