-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
MNT CI change circleci docker image #13525
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
Conversation
Seems working! |
Now it fails because of a sphinx-gallery issue I guess. |
I'm happy with this fix, but it would be nice to fix whatever other dependency issues here before merging :P) |
Maybe it’s time to update our Sphinx version? |
yeah, trying with the new sphinx, it doesn't fail locally for me. But I remember there were reasons for not doing it, let's see. |
I'm trying to figure out the issue, but in the mean time, if somebody knows where this is coming from, I'd appreciate the help:
|
aa8cf56
to
0c8bd84
Compare
@adrinjalali If I were you I would switch to |
Looking at the traceback it seems like this is related to a
It could well be that it is because of an update in Debian and that #13527 will get the same issue ... |
Yep same issue on #13527 I'll investigate further. Edit: not exactly the same but very similar (see e.g. https://circleci.com/gh/scikit-learn/scikit-learn/53008) |
looks pretty okay (example: https://53109-843222-gh.circle-artifacts.com/0/doc/modules/decomposition.html#pca), are we interested in moving up the sphinx version? |
Why not. But the rest of the diff here looks unrelated (maybe due to the merge conflict)? |
Lets not update it here. sphinx 2.0 uses different html elements which needs the CSS to be updated: #13982 |
@thomasjpfan OK, should we close this then? |
closing since #13982 fixes this as well. |
Changing to 3.7 to see if the 404 issue persists.