mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-03 05:12:55 +00:00
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:
parent
6997876143
commit
ee59e9931f
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ html_static_path = ["_static"]
|
||||||
|
|
||||||
html_show_sourcelink = False
|
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 = [
|
myst_enable_extensions = [
|
||||||
"html_image",
|
"html_image",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue