Skip to content
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

Only provide docs.rs pages for Android targets #77

Merged
merged 1 commit into from
Sep 5, 2024
Merged

Conversation

MarijnS95
Copy link
Member

Fixes #76

Even though a lot of cfg make it possible to compile this Android-specific crate on non-Android platforms, only seeing non-Android platforms inside the docs.rs platform dropdown appears a bit strange.

Instead, build the documentation for every Android platform listed at https://doc.rust-lang.org/rustc/platform-support/android.html, which might also result in better intradoc links to specific types provided by std.

Even though a lot of `cfg` make it possible to compile this
Android-specific crate on non-Android platforms, only seeing non-Android
platforms inside the docs.rs platform dropdown appears a bit strange.

Instead, build the documentation for every Android platform listed at
https://doc.rust-lang.org/rustc/platform-support/android.html, which
might also result in better intradoc links to specific types provided
by `std`.
@Nercury Nercury self-requested a review July 31, 2024 09:28
@Dushistov Dushistov merged commit 2318139 into master Sep 5, 2024
24 checks passed
@Dushistov Dushistov deleted the docsrs-android branch September 5, 2024 09:52
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

Successfully merging this pull request may close these issues.

Only build docs.rs for Android?
3 participants