Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign updoc.servo.org - Unable to access core_foundation, core_graphics and core_text #4602
Comments
|
This is most likely because we’re generating the docs on Linux, and we are conditionally building these crates based on the platform. We should look into disabling these conditions for rustdoc. |
|
Hey @steveklabnik, what would you recommend as the best practices for this situation? It would be straightforward enough to build the docs on all platforms, then have either It would be less straightforward unless someone has built it already to merge platform-specific sections into a single page for each function's docs. Or is there some "build all the things" switch we can flip in rustdoc? |
|
There basically are none. @onur might be able to share what they do with New Rustdoc seeks to make this the default, but that's not coming for a while. |
|
Also from our chat in |
|
Docs.rs is basically doing |
These functions seems to be undefined in the doc.servo.org repo.
See here (core_foundation).
Same result for core_graphics and core_text.