mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Re-add the logo to the C++ docs
For now that means the SVG is duplicated, but once sphinx is fixed we can share the svg from the website.
This commit is contained in:
parent
3ced245d2a
commit
57a00a4487
2 changed files with 23 additions and 1 deletions
|
@ -75,7 +75,7 @@ html_static_path = ['_static']
|
|||
|
||||
html_show_sourcelink = False
|
||||
|
||||
html_logo = "https://sixtyfps.io/resources/logo.drawio.svg"
|
||||
html_logo = "logo.drawio.svg"
|
||||
|
||||
def setup(app):
|
||||
app.add_css_file('theme_tweak.css')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue