-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Removal of numpy package has broken my docs #236
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
Comments
I also cannot get my docs to build because of the numpy dependency. I've tried Mocking numpy, but it has no effect (I still get the ImportError) |
This appears to be fixed now, thanks. |
For those who still have problems, it does not appear to be enough to list numpy in the requires list of setup.py: instead, a requirements file must be included in the source code (and added to the read the docs configuration), and numpy must be in this requirements file. |
This used to work for me (after the |
Numpy used to be available on the build machine:
http://readthedocs.org/builds/patsy/226850/
but now it isn't:
http://readthedocs.org/builds/patsy/245008/
(I guess they got upgraded recently?)
There's no way for me to work around the lack of system-installed numpy, for reasons already described in #217, #218... could you please install it? Or let me know that you won't, so I can figure out how to transition to hosting my docs somewhere else? Not trying to be passive-aggressive, just need to know what's going on...
The text was updated successfully, but these errors were encountered: