fix(docs): correct rustdoc merge and add /py-rattler/ redirect so docs URLs work#2212
Open
Anshgrover23 wants to merge 1 commit intoconda:mainfrom
Open
fix(docs): correct rustdoc merge and add /py-rattler/ redirect so docs URLs work#2212Anshgrover23 wants to merge 1 commit intoconda:mainfrom
Anshgrover23 wants to merge 1 commit intoconda:mainfrom
Conversation
4 tasks
Contributor
Author
|
@baszalmstra Could you review this one when you get a chance? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes two docs deployment issues on
rattler.prefix.dev./py-rattler/had no page because docs were only deployed under/py-rattler/latest/and/py-rattler/dev/.A redirect is added so
https://rattler.prefix.dev/py-rattler/redirects tohttps://rattler.prefix.dev/py-rattler/latest/.Rust docs were previously deployed with an extra nested directory at
/rattler/rattler/.The deploy step now places the Rustdoc output directly in the correct location.
The documentation is now served at
https://rattler.prefix.dev/rattler/index.html.How Has This Been Tested?
Checklist:
Note for maintainers: After merging, the fix will apply the next time the docs workflow runs (e.g. on push to
mainor when the workflow is triggered). For/py-rattler/to successfully redirect tolatest/, you’ll need to do a new release so the release docs job runs and deploys thelatestPython docs to gh-pages.