doc: move favicon to static folder
Similar to other assets, e.g. logo, move favicon to the static folder. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
57026639a4
commit
1cecfe7348
2 changed files with 1 additions and 1 deletions
Before Width: | Height: | Size: 534 B After Width: | Height: | Size: 534 B |
|
@ -124,7 +124,7 @@ html_theme_options = {
|
|||
}
|
||||
html_title = "Zephyr Project Documentation"
|
||||
html_logo = str(ZEPHYR_BASE / "doc" / "_static" / "images" / "logo.svg")
|
||||
html_favicon = str(ZEPHYR_BASE / "doc" / "images" / "zp_favicon.png")
|
||||
html_favicon = str(ZEPHYR_BASE / "doc" / "_static" / "images" / "favicon.png")
|
||||
html_static_path = [str(ZEPHYR_BASE / "doc" / "_static")]
|
||||
html_last_updated_fmt = "%b %d, %Y"
|
||||
html_domain_indices = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue