Skip to content
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

Install pillow before running sphinx #1655

Merged
merged 1 commit into from
Jan 8, 2016

Conversation

wiredfool
Copy link
Member

Fixing sphinx on travis.

wiredfool added a commit that referenced this pull request Jan 8, 2016
Install pillow before running sphinx on travis
@wiredfool wiredfool merged commit 66c99b9 into python-pillow:master Jan 8, 2016
@radarhere
Copy link
Member

Just curious, what problem does this solve exactly?

@wiredfool
Copy link
Member Author

It fixes this error, (from https://travis-ci.org/python-pillow/Pillow/jobs/100226767 : (a passing test))


Exception occurred:
  File "conf.py", line 59, in <module>
    import PIL
ImportError: No module named PIL
The full traceback has been saved in /tmp/sphinx-err-XWZI0I.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
make: *** [html] Error 1
sphinx-build -b linkcheck -d _build/doctrees   . _build/linkcheck
Running Sphinx v1.3.3
making output directory...
Exception occurred:
  File "conf.py", line 59, in <module>
    import PIL
ImportError: No module named PIL
The full traceback has been saved in /tmp/sphinx-err-jsNZyt.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
make: *** [linkcheck] Error 1
~/build/python-pillow/Pillow

@radarhere
Copy link
Member

Ah ok, thanks for that.

@wiredfool wiredfool deleted the sphinx-travis branch October 2, 2017 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants