-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
fixing docs with scraping examples enabled #22192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I ran this locally (macos) and saw ice. Is there a different version or way I should be running this? ice |
alice-i-cecile
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😔 This is the least bad path forward for right now.
I used |
|
I think I got them all this time |
|
Still seeing ice on 4b21da6 ice details |
|
Could you try on a linux and without |
|
Running the more limited command here results in vulkan import issues in wgpu_hal on macos. I unfortunately don't have a linux install ready to test |
DaAlbrecht
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on my Linux machine using: cargo 1.94.0-nightly (2c283a9a5 2025-12-04)
The command:
cargo doc \
-Zunstable-options \
-Zrustdoc-scrape-examples \
--all-features \
--workspace \
--no-deps \
--document-private-items \
--exclude ci \
--exclude errors \
--exclude bevy_mobile_example \
--exclude build-wasm-example \
--exclude build-templated-pages \
--exclude example-showcaseBuilds the docs without ICE's.
# Objective - #22142 didn't work as intended as scrapping examples is enabled by default on docs.rs ## Solution - Disable only the examples that causes scraping to ICE
Objective
Solution