aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-10-20 12:56:03 +0200
committerPolesznyák Márk <contact@pml68.dev>2025-10-20 12:56:03 +0200
commite67220573337eaf2dc8c81a2e91d9c22936e2504 (patch)
tree2a2a1b369bf35968a4a308cdf3215b1c7e7cf236
parentfeat: make markdown support optional with a feature flag (diff)
downloadiced_selection-e67220573337eaf2dc8c81a2e91d9c22936e2504.tar.gz
ci(doc): build docs with
-rw-r--r--.builds/doc.yml3
1 files changed, 2 insertions, 1 deletions
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