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

Fix docs builds #4733

Merged
merged 2 commits into from
May 13, 2022
Merged

Fix docs builds #4733

merged 2 commits into from
May 13, 2022

Conversation

ajschmidt8
Copy link
Member

This PR fixes our nightly docs build by removing the exit statement at the bottom of this script. In our nightly docs builds, this script is invoked via source, so any exit statements cause the parent script to exit which prevents completion of the rest of the build.

It also removes some unnecessary pip/conda install commands since these packages exist already in the container.

@ajschmidt8 ajschmidt8 added doc Documentation non-breaking Non-breaking change labels May 13, 2022
@ajschmidt8 ajschmidt8 requested a review from a team as a code owner May 13, 2022 20:17
@github-actions github-actions bot added the gpuCI gpuCI issue label May 13, 2022
@ajschmidt8
Copy link
Member Author

admin merging since this isn't tested in CI

@ajschmidt8 ajschmidt8 merged commit 28d39ec into rapidsai:branch-22.06 May 13, 2022
@ajschmidt8 ajschmidt8 deleted the fix-docs-build branch May 13, 2022 20:21
vimarsh6739 pushed a commit to vimarsh6739/cuml that referenced this pull request Oct 9, 2023
This PR fixes our nightly docs build by removing the `exit` statement at the bottom of this script. In our nightly docs builds, this script is invoked via `source`, so any `exit` statements cause the parent script to exit which prevents completion of the rest of the build.

It also removes some unnecessary `pip`/`conda` install commands since these packages exist already in the container.

Authors:
   - AJ Schmidt (https://github.com/ajschmidt8)

Approvers:
   - Sevag Hanssian (https://github.com/sevagh)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation gpuCI gpuCI issue non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants