Add a logo to the C++ docs

This requires working around a bug in sphinx and the rtd theme, hence
the git pinning.
This commit is contained in:
Simon Hausmann 2021-06-25 10:28:38 +02:00
parent 40d8c7633f
commit f9ef21bffd
3 changed files with 9 additions and 2 deletions

View file

@ -76,5 +76,7 @@ html_static_path = ['_static']
html_show_sourcelink = False
html_logo = "https://sixtyfps.io/resources/logo.drawio.svg"
def setup(app):
app.add_css_file('theme_tweak.css')