From e67220573337eaf2dc8c81a2e91d9c22936e2504 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Mon, 20 Oct 2025 12:56:03 +0200 Subject: ci(doc): build docs with --- .builds/doc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.builds/doc.yml') diff --git a/.builds/doc.yml b/.builds/doc.yml index c70f1d4..e30afc8 100644 --- a/.builds/doc.yml +++ b/.builds/doc.yml @@ -5,10 +5,11 @@ packages: - hut environment: site: iced-selection.pml68.dev + RUSTDOCFLAGS: "--cfg docsrs" tasks: - build-docs: | cd iced_selection - cargo doc --verbose --no-deps + cargo doc --verbose --no-deps --all-features -p iced_selection - copy-redirect: | cd iced_selection cp docs/redirect.html target/doc/index.html -- cgit v1.2.3