From ee59e9931f1b36d52af54a6fcb7fba4b4e0c9648 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 7 Feb 2022 17:21:58 +0100 Subject: [PATCH] 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. --- api/cpp/docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/cpp/docs/conf.py b/api/cpp/docs/conf.py index affda25be..f598fbcdc 100644 --- a/api/cpp/docs/conf.py +++ b/api/cpp/docs/conf.py @@ -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",