Closed pllim closed 5 years ago
Looks like a mix of / and \ - we do run tests on AppVeyor here but it's possible there are some corner cases that don't work right on Windows.
Update: Still an issue with 3.2.dev23734
build succeeded, 4284 warnings.
I think what we need to do is come up with a minimal example and include it in the CI here. Do you see this on simpler packages than astropy?
I think it's actually a simple problem - testing a hypothesis in https://github.com/astropy/sphinx-automodapi/pull/63
This is fixed by https://github.com/astropy/sphinx-automodapi/pull/63 - there are still some warnings in the astropy docs build (mainly related to references) but that's unrelated.
@pllim - I think I know how to solve the remaining warnings. More soon.
@pllim - I've now fixed most of the remaining warnings. Can you confirm that there are no more warnings with the latest developer version of sphinx-automodapi?
I'll report back when I get a chance. Thank you so much!
I can confirm that with the patch in master
, I only get 10 warnings now and they are nothing new (Matplotlib FutureWarning and such). Thank you!
I attempted to build docs for
astropy
v3.1dev on Windows and got over 3000 warnings like this:Not just
wcs
is affected, which led me to believe that the bug is upstream over here.