DOC: attempt to fix the build on RTD#725
Merged
GaelVaroquaux merged 1 commit intojoblib:masterfrom Jul 25, 2018
Merged
Conversation
The builds on read the docs are failing because of too high memory consumption. I suspect that it is due to the example comparing compressors, and I am trying to reduce the size of the data.
Codecov Report
@@ Coverage Diff @@
## master #725 +/- ##
==========================================
- Coverage 95.23% 95.09% -0.14%
==========================================
Files 40 40
Lines 5769 5769
==========================================
- Hits 5494 5486 -8
- Misses 275 283 +8
Continue to review full report at Codecov.
|
Member
Author
|
Merging to see if it does fix. |
Member
Author
|
It didn't work, RTD still died. :(. |
Contributor
|
If you want to test different options for fixing the build on RTD and without polluting master and creating tons of PRs until it passes, you can push another branch upstream (e.g on the main joblib remote) and configure RTD to build this branch. |
yarikoptic
added a commit
to yarikoptic/joblib
that referenced
this pull request
Aug 22, 2018
* tag '0.12.2': Release 0.12.2 Pin numpy version for sklearn test (joblib#734) Loky 2.2.0 (joblib#733) [MRG] BatchedCalls backward compat (joblib#732) Better detection for the cloudpickle wrapper (joblib#726) DOC: attempt to fix the build on RTD (joblib#725) Include dask backend to fix nested parallelism and auto-scatter (joblib#722) FIX: re-establish argument_hash attribute for backward compat (joblib#716) Fix cachedir deprecation message (joblib#720)
yarikoptic
added a commit
to yarikoptic/joblib
that referenced
this pull request
Aug 22, 2018
* releases: Release 0.12.2 Pin numpy version for sklearn test (joblib#734) Loky 2.2.0 (joblib#733) [MRG] BatchedCalls backward compat (joblib#732) Better detection for the cloudpickle wrapper (joblib#726) DOC: attempt to fix the build on RTD (joblib#725) Include dask backend to fix nested parallelism and auto-scatter (joblib#722) FIX: re-establish argument_hash attribute for backward compat (joblib#716) Fix cachedir deprecation message (joblib#720)
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.
The builds on read the docs are failing because of too high memory consumption. I suspect that it is due to the example comparing compressors, and I am trying to reduce the size of the data.
This should partially fix #724