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:
Simon Hausmann 2021-06-29 14:17:00 +02:00
parent 3ced245d2a
commit 57a00a4487
2 changed files with 23 additions and 1 deletions

View file

@ -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')