-
Notifications
You must be signed in to change notification settings - Fork 210
WIP: Fix link error to sphinx file #137
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
|
FYI the traceback looks like this on failure: And in the log: I also get a slew of these, but at least with the "fix" here the build passes: |
This is unexpected. For me they never had the |
I actually see the error you mention in Travis, so the "fix" breaks our config. I really fear is an issue with Sphinx. |
|
Cool, I'll close this and hope the Sphinx folks notice/fix it, and if not, I'll open an issue with them at some point |
|
It looks like this problem made it into their latest release now on Anaconda: Should I revive this one? I suspect it will break people's builds soon. |
|
I guess I comes from Sphinx=1.5 being released. I also experienced the travis build of sphinx-gallery to fail while I was preparing the latest release of the gallery v0.1.5. See our travis.yml which now forces the Sphinx version to before latest for ubuntu which need to install from pip. Most probably I'll have to include the same restriction for the conda envs. |
|
I just restarted the build on this PR so see how it behaves. |
|
It errors with If we want to use this PR I could try to make it smarter by checking sphinx version, and choosing the name based on that. How does that sound? |
|
New version in #178 |
|
New version in #178
Should we close this PR?
|
|
It is closed already isn't it? |
|
Oops, sorry, I missed that email |
Using the bleeding-edge (updated today) version of Sphinx, it looks like files that were originally:
Are now put in:
The fix here just strips the
.rstbefore appending the.html, but will probably only work on latestsphinx. Is this a bug that should be fixed bysphinx-gallery, or did Sphinx do something they shouldn't have done by changing the filename?