Skip to content

[JOSS-Review] Fix build of docs on docs.rs #97

@jonaspleyer

Description

@jonaspleyer

The docs are not building on docs.rs. Since crates.io and docs.rs are the official platform for releasing documentation of crates and possibly more persistent than Github's pages, it would make sense to try and resolve this build problem.

The issue seems to stem from a feature which is active in the release but not supported anymore by the latest nightly version of the compiler. Try to install the latest nightly version and build with this version.

rustup install nightly
cargo +nightly doc --no-deps

openjournals/joss-reviews#10366

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions