Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Document API change in hist#2430
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
That exception might be the result of the refactoring. A common oversight is that when doing "from foo import *" does not import anything starting with an underscore unless explicitly put into |
Looks like the function in question was moved around in#2182, but I don't think those changes are in v1.3.x. |
Did you install matplotlib v1.3 prior to trying to build the docs? Unlike the tests, sphinx works off of the installed version of matplotlib rather than an in-place build of it. |
Yes, I've tried it with both this branch (installed using |
I don't think |
Alright, I got it working. There was a .pth file hanging around pointing to the wrong version of matplotlib. The html looks fine. |
Per discussion in#2293. I was having issues getting the documentation to compile (exception: cannot import name _string_to_bool), but I think this is simple enough that it should be okay.
This time at the correct branch.