gfx-rs / wgpu

A cross-platform, safe, pure-Rust graphics API.
https://wgpu.rs
Apache License 2.0
11.46k stars 855 forks source link

Disable rustdoc in CI #5839

Closed teoxoy closed 1 week ago

teoxoy commented 1 week ago

Disable rustdoc in CI since it causes timeouts (not on trunk yet). https://github.com/gfx-rs/wgpu/issues/4905 is tracking this issue and we should revert this once it's resolved upstream.

Split from https://github.com/gfx-rs/wgpu/pull/5714.