-
-
Notifications
You must be signed in to change notification settings - Fork 26k
Sphinx 1.5.1 + sphinx-gallery 0.1.7 #8143
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
Did a full build of the docs at http://scikit-learn.org/circle?7986 However Travis fails due to flake8 in the sphinx-gallery code...wasn't that supposed to be exempted? https://travis-ci.org/scikit-learn/scikit-learn/jobs/188191380 |
I think the sphinx issue was fixed, but the tooltip issue in #7986 hasn't yet been merged by sphinx-gallery (sphinx-gallery/sphinx-gallery#185). Might be good to wait for a release from @Titan-C, and perhaps look into why the flake8 filter isn't working. |
Testing a proposed change in |
I understand why this is happening, still have to fix it though. |
I would strongly be in favour of upgrading to sphinx-gallery 0.1.7. Cosmetic changes can be dealt with later. The reason is that all CircleCI builds are going to fail on sphinx 1.4 + docutils 0.13, see #8208 (comment). @naoyak can you revert to a unmodified 0.1.7 sphinx-gallery? |
I think this amounts to reverting your last 2 commits in this PR. |
I have update to Sphinx-Gallery 0.1.7 in PR #7986 rebasing to master. In this PR I don't understand why file permissions were changed? |
OK nice, thanks a lot, I'll look at your PR. |
Closing this PR in favour of #7986. |
Thanks a lot for your work @naoyak and sorry for the duplicated effort. |
Related: #8010
Pushing to see if docs build with latest sphinx fixes (works locally)