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

RTD build failing #71

Closed
astrofrog opened this issue May 6, 2015 · 4 comments · Fixed by #72
Closed

RTD build failing #71

astrofrog opened this issue May 6, 2015 · 4 comments · Fixed by #72

Comments

@astrofrog
Copy link
Member

Fun times ahead:

  • Matplotlib is <1.4 on RTD but need >= 1.4 for plot directive to work properly (and pip won't update matplotlib on RTD)
  • Healpy complains about setuptools not being recent enough: The required version of setuptools (>=14.3.1) is not available

Can't update setuptools ourselves because pip needs to run egg_info on all dependencies before installing anything.

I think I'm just going to switch to static plots in the docs. I don't have time to waste trying to find workarounds for the above.

@astrofrog
Copy link
Member Author

If I use static plots it will also help with the sporadic Travis failures.

@cdeil
Copy link
Member

cdeil commented May 6, 2015

I've had a similar problem for scipy on readthedocs.

As far as I understand this is a known issue with no solution in sight, see readthedocs/readthedocs.org#857 (comment) or readthedocs/readthedocs.org#896 (comment)

@shoyer
Copy link

shoyer commented Jun 1, 2015

@astrofrog just a note -- I've been able to get matplotlib==1.4.0 to install on read the docs via requirements.txt. matplotlib==1.4.2 didn't work (no idea why that makes a difference).

@astrofrog
Copy link
Member Author

@shoyer - ah ok, thanks!

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 a pull request may close this issue.

3 participants