docs.rs: remove the highlight of slint snippets

There is only very few Slint snippet and it causes problems generating
the docs on docs.rs
This commit is contained in:
Olivier Goffart 2024-12-21 09:08:49 +01:00 committed by GitHub
parent 95d29e9b90
commit 8385de7825
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -209,10 +209,4 @@ async-compat = { version = "0.2.4" }
i-slint-backend-qt = { workspace = true, features = [ "enable" ], optional = true }
[package.metadata.docs.rs]
rustdoc-args = [
# "--html-in-header",
# "docs/astro/src/utils/slint-docs-preview.html",
"--html-in-header",
"docs/astro/src/utils/slint-docs-highlight.html",
]
features = ["document-features", "log", "gettext", "renderer-software", "renderer-femtovg", "raw-window-handle-06"]