Skip to content

Only provide docs.rs pages for Android targets#77

Merged
Dushistov merged 1 commit into
masterfrom
docsrs-android
Sep 5, 2024
Merged

Only provide docs.rs pages for Android targets#77
Dushistov merged 1 commit into
masterfrom
docsrs-android

Conversation

@MarijnS95

Copy link
Copy Markdown
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
@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