cosmos / ibc-proto-rs

Rust Protobuf definitions and gRPC clients for interacting with Cosmos SDK, IBC and Interchain Security
Apache License 2.0
45 stars 26 forks source link

Docs build does not show on docs.rs #154

Closed conorsch closed 11 months ago

conorsch commented 11 months ago

As of the v0.37.0 release, the "latest" docs.rs URLs for ibc-proto don't work:

❯ curl -sI https://docs.rs/ibc-proto/latest/ibc_proto/ | head -n1
HTTP/2 404 

The prior version still works, though:

❯ curl -sI https://docs.rs/ibc-proto/0.36.1/ibc_proto/ | head -n1
HTTP/2 200 
❯ curl -sI https://docs.rs/ibc-proto/0.36.1/ibc_proto/ibc/core/connection/v1/query_client/index.html  | head -n1 
HTTP/2 200 

It'd be great to have the "latest" URLs working again.

romac commented 11 months ago

Sounds like an issue with docs.rs given that the doc build seems to have succeeded: https://docs.rs/crate/ibc-proto/latest/builds

We'll see what we can do!

romac commented 11 months ago

In the meantime, since the docs do actually build, you can access them locally by cloning this repo and running cargo doc --open

romac commented 11 months ago

Opened an issue on the docs.rs repo: https://github.com/rust-lang/docs.rs/issues/2247

romac commented 11 months ago

Fixed: https://docs.rs/ibc-proto/0.37.0/ibc_proto/