-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
CIContinuous integrationContinuous integrationdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Even though documentation is build automatically by docs.rs on release, it uses a non-standard environment to build docs, so it would be useful to check in a CI action that docs can be built correctly.
In particular:
- it uses the nightly Rust
- it uses a specific configuration flag (
docsrs, seepackage.metadata.docs.rssection inCargo.toml), which enablesdoc_cfgfeature and correspondingdoc()attributes - it uses specific features (also set in
package.metadata.docs.rssection inCargo.toml)
For more info see https://docs.rs/about/builds
Metadata
Metadata
Assignees
Labels
CIContinuous integrationContinuous integrationdocumentationImprovements or additions to documentationImprovements or additions to documentation