-
-
Notifications
You must be signed in to change notification settings - Fork 26k
[MRG] Use sphinx-gallery 0.3.1 in doc build #14507
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
[MRG] Use sphinx-gallery 0.3.1 in doc build #14507
Conversation
Looks like |
Yeah I saw that @amueller asked on the conda gitter channel. Apparently this is due to https://www.anaconda.com/why-we-removed-the-free-channel-in-conda-4-7. |
422b120
to
9f539c4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. It seems that the PyPi release was broken for 0.3.0 for some reason.
Merging it turns green.
Full disclosure: I saw at least one difference that was not expected. The Whether that is enough to prevent this PR being merged I don't know. This is probably reasonably easy to fix in sphinx-gallery. The doc page the snapshot is coming from: this PR (from a previous build that I expect to be identical) An alternative would be to install |
Uhm, yep this is a bit problematic, IMO. When is the next |
9f539c4
to
b560966
Compare
b560966
to
345d8ab
Compare
I pushed a commit using sphinx-gallery 0.3.1. I suspect this will get rid of the output boxes but I'll double-check. |
Yep the yellowish output boxes have gone with sphinx-gallery 0.3.1: |
Thanks @lesteve |
Once sphinx-gallery/sphinx-gallery#529 gets released we can use the latest sphinx-gallery? :) |
I don't really understand why sphinx-gallery version was restricted in #13422 (comment). I can build locally with sphinx-gallery 0.4 without problem.
Of course if anyone remembers why this was done, comments and objections more than welcome!
Once the doc is built I'll have a look at a few pages and check that the output is similar on the dev doc and on this PR doc.