Use the logo URL for the C++ docs

It appears that

    https://github.com/readthedocs/sphinx_rtd_theme/pull/1171

and

    https://github.com/sphinx-doc/sphinx/pull/9381

have been released in their respective packages and we can use the logo url in our docs.
This commit is contained in:
Simon Hausmann 2022-02-07 17:21:58 +01:00
parent 6997876143
commit ee59e9931f

View file

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