-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
sphinx warnings from wcs
when building docs in py 3.3
#2051
Comments
I'm not sure why this is only happening on Python 3.3, but I do see what the problem is: I could either fix |
It might be in all 3.x, by the way - I only had 3.3 convinient, and we are currently only building the docs with 2.7. |
And I can't reproduce the original error by @eteq, with But a larger question: since this has been deprecated since 0.2 already, should we just remove it from 0.4? I guess we still should fix this bug on 0.3, if it in fact exists, but it's a corner case -- it's a very niche feature (access to the unit converting functionality of wcslib) that only applies to Python 3.x. And if it only applies to building the docs (i.e. even for @eteq, the above deprecation warnings at the console work), I'd suggest not investing effort into fixing it. |
Weird that you can't reproduce it @mdboom ... I just double-checked and I see it even after completely wiping the astropy build and re-running it with Regardless, I'm fine with just removing it in 0.4 now that I know its deprecated... As you say, it's a very corner case anyway. |
Do you also have issues trying to reproduce my interpreter session (above), or does this only happen in the context of Sphinx? |
I get that |
@mdboom - When I run the interpreter session, I see the exact same thing you do, so it's only in the sphinx build. Very strange! @embray - I think part of the issue may be that |
Yes. Forgot to close this after merging #2156. |
I noticed the following sphinx warnings when building the docs in python 3.3:
This does not appear in 2.7 as far as I know. Any ideas? @mdboom ?
The text was updated successfully, but these errors were encountered: