google-apis-rs / google-cloud-rs

Asynchronous Rust bindings for Google Cloud Platform APIs.
176 stars 48 forks source link

docs.rs fails to build google-cloud crate's documentation #51

Open kesyog opened 3 years ago

kesyog commented 3 years ago

docs.rs isn't able to generate crate documentation: https://docs.rs/crate/google-cloud/0.2.1. I can build the docs locally as a workaround with cargo doc --all-features.

The failed build logs indicate a "Read-only file system" error while running the build script, which indicates to me that the codegen in the build script should be disabled for doc.rs builds, if not all rustdoc builds.