Skip to content

Commit ee59e99

Browse files
committed
Use the logo URL for the C++ docs
It appears that readthedocs/sphinx_rtd_theme#1171 and sphinx-doc/sphinx#9381 have been released in their respective packages and we can use the logo url in our docs.
1 parent 6997876 commit ee59e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/cpp/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103

104104
html_show_sourcelink = False
105105

106-
html_logo = "../../logo/slint-logo-small-light.svg" # relative to target/cppdocs!
106+
html_logo = "https://slint-ui.com/logo/slint-logo-small-light.svg"
107107

108108
myst_enable_extensions = [
109109
"html_image",

0 commit comments

Comments
 (0)