Skip to content

Documentation build is failing. #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
david-boles opened this issue Mar 4, 2020 · 4 comments
Closed

Documentation build is failing. #52

david-boles opened this issue Mar 4, 2020 · 4 comments

Comments

@david-boles
Copy link

Hello, hopefully this isn't a known issue somewhere else.
https://docs.rs/crate/stm32h7xx-hal/0.3.0

@richardeoin
Copy link
Member

Hey, welcome and thank you for the issue! This is a result of a known change in docs.rs, but should absolutely be linked or described here too.

This issue is the best place to start. It looks like there isn't an ideal solution yet, but a PR with a workaround or partial solution for the next release would be very welcome.

It's also possible to run cargo doc locally

git clone https://github.com/stm32-rs/stm32h7xx-hal.git
cd stm32h7xx-hal
cargo doc --features rt,stm32h743

@david-boles
Copy link
Author

@richardeoin Reading through that, I don't know how I would implement a workaround (I'm effectively completely new to Rust which doesn't help) but if there's something I'm missing I'd be happy to try. Thanks for the local solution!

@richardeoin richardeoin added this to the v0.4.0 release milestone Mar 6, 2020
@richardeoin
Copy link
Member

No problem! I've tagged the v0.4.0 milestone so this gets reviewed before the next release

@richardeoin
Copy link
Member

Now fixed 🎉 More information here: https://blog.rust-lang.org/2020/03/15/docs-rs-opt-into-fewer-targets.html

mtthw-meyer pushed a commit to mtthw-meyer/stm32h7xx-hal that referenced this issue Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants