-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PR: Fix tutorial images on Windows #3174
Conversation
Would someone help me with this tiny PR (my 1st one)?
I did not change anything down there. What is this make? there is no 'makefile'! It sounds like a travis command or an alias on sphinx-build? The doc directory only has some *.rst and config.py. What I am missing? This test in .travis.yml was just pushed recently (2 weeks ago) by @PierreRaybaut. BTW 'python setup.py build_doc', as suggested in the installation guide, does not work either for me, it crashed with missing directory 'build/lib/spyderlib/doc'. Could this be related? Sorry for the disturbance, just want to help, thanks |
This is not your fault, it has already been noted here: #3120 (comment) |
Good to know - bad luck. |
@sylvain-bougnoux if you can rebase or merge with the latest master, the problem should be fixed |
Travis Appveyor Traceback (most recent call last):
File "C:\projects\spyder\spyderlib\utils\fixtures.py", line 16, in <module>
import pytest
ImportError: No module named 'pytest'
Command exited with code 1 An one failure is from Miniconda, I guess that it's temporary (like a download error). |
@sylvain-bougnoux, could you merge again with master to see if our tests pass this time? Thanks :-) |
@sylvain-bougnoux, your pull request now contains several commits that are already present on master. I don't know how you got into that state, but I think the easiest solution is for you to open a new pull request again with your changes. Sorry for the hassle :-) |
…led). Now it works on win7, python2.7 sphinx 1.4.1, it could be seen, eg in the section "Documentation string formatting" of the tutorial.
Hi carlos, I've fixed my git branch, the tests are still pending, they should be fine. You are right, what a mess for these trivial fixes :-). |
@sylvain-bougnoux, thanks for fixing your branch. Everything looks good now, so merging :-) |
The path was incorrect (folder 'static' was doubled).
Now it works on win7, python2.7, sphinx 1.4.1.
It could be seen, eg in the section "Documentation string formatting" of the tutorial.