0xPolygonMiden / miden-client

Client library that facilitates interaction with the Miden rollup
MIT License
33 stars 29 forks source link

Fix docs build #228

Closed igamigo closed 4 months ago

igamigo commented 7 months ago

On the 0.1 release, docs failed to build. Here are the logs: https://docs.rs/crate/miden-client/0.1.0/builds/1159375

igamigo commented 7 months ago

Seems the cause is that the miden stdlib crate has a build script that writes to files and that fails on the docs.rs pipeline: https://github.com/0xPolygonMiden/miden-vm/issues/1282

bobbinth commented 4 months ago

Closed by https://github.com/0xPolygonMiden/miden-vm/pull/1341 - the docs are now building correctly - though probably need quite a bit more content and some reorganization.