Use new logo in C++ docs

This commit is contained in:
Tobias Hunger 2022-02-03 14:27:15 +01:00
parent 3fdab32d87
commit c2d4924294
No known key found for this signature in database
GPG key ID: 60874021D2F23F91
5 changed files with 6 additions and 8 deletions

View file

@ -103,7 +103,7 @@ html_static_path = ["_static"]
html_show_sourcelink = False
html_logo = "logo.drawio.svg"
html_logo = "../../logo/slint-logo-small-light.svg" # relative to target/cppdocs!
myst_enable_extensions = [
"html_image",