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.