aboutsummaryrefslogtreecommitdiff
path: root/.builds/doc.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-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