You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
smurching
changed the title
Doc build killed during pip installation of large (~180 MB) dependency
Doc build killed during pip installation of large (~190 MB) dependency
Sep 21, 2017
This looks to be hitting a memory limit. Docker doesn't always give us a reasonable exit code or kill reason. If you don't need the dependency for you documentation directly, I'd suggest mocking out the dependency. You can find an example in our docs.
Details
Expected Result
I'm trying to publish docs for spark-sklearn & am testing out the readthedocs build on my personal fork.
Actual Result
The build attempts to install a ~190 MB dependency via
pip install pyspark
and is killed.I'm not sure why this is happening; the only build env limitations I can find are the 15 min, 1 GB RAM limitations described at http://docs.readthedocs.io/en/latest/builds.html#build-process.
The text was updated successfully, but these errors were encountered: