georust / geo

Geospatial primitives and algorithms for Rust
https://crates.io/crates/geo
Other
1.53k stars 198 forks source link

Fix broken links in docs and fail CI unless docs build cleanly #1100

Closed michaelkirk closed 11 months ago

michaelkirk commented 11 months ago

Two changes:

The first fails CI unless docs build cleanly. This should help us avoid broken links etc. in our docs.

The second commit (forthcoming) fixes the CI failure. I pushed up the first commit separately so you can see what it looks like when CI fails for this reason.

michaelkirk commented 11 months ago

Ok! You can check the first commit's status to see what a failed docs build looks like, and then you can see it resolved in the second commit's build.

urschrei commented 11 months ago

This is wonderful