-
-
Notifications
You must be signed in to change notification settings - Fork 167
AttributeError: 'module' object has no attribute 'getLogger' #210
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
The minimum Sphinx version you need is 1.6, you have 1.5.6. Can you try upgrading? |
Ah this is my fault, |
Should do a 0.9.1 bugfix release for that I think. |
Do we need to change the Sphinx version requirements, or just fall back to
using python logging (rather than Sphinx)?
… |
I think bumping the minimum Sphinx version is good anyway, there have been so many Sphinx releases (both minor and bugfix and since a few months a 2.0) that it doesn't really make sense to keep compatibility with that many versions. |
Also, IIRC some versions between 1.2.3 and 1.5.x are broken. We have to pin to 1.2.3 for a long time in SciPy. |
Or we could keep it to 1.2.3 with a fallback to avoid more people the trouble of upgrading. But then let's document that 1.2.3 works, and if we need a bump for some other reason we'll go to 1.6.5 or higher. |
I'm happy to bump to 1.6
|
Okay, thanks @jnothman. |
We just pulled in a new version of numpydoc and our CI started breaking everywhere with
This does not appear to be a Sphinx issue, but rather an issue with the latest numpydoc.
The text was updated successfully, but these errors were encountered: