Skip to content

Commit b49595a

Browse files
authored
Merge pull request #286 from CCPBioSim/285-docs-update-logo-file-path
Update Logo File Path Location
2 parents ce4a101 + 035f743 commit b49595a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
# -- Options for HTML output -------------------------------------------------
7676
html_theme = "furo"
7777
html_theme_options = {
78-
"light_logo": "images/biosim-codeentropy_logo_light.png",
79-
"dark_logo": "images/biosim-codeentropy_logo_dark.png",
78+
"light_logo": "logos/biosim-codeentropy_logo_light.png",
79+
"dark_logo": "logos/biosim-codeentropy_logo_dark.png",
8080
}
8181

8282
html_static_path = ["_static"]

0 commit comments

Comments
 (0)