-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Encoding clash when reading sources #1196
Comments
From Takayuki Shimizukawa on 2013-06-16 15:25:40+00:00 Sphinx-1.1.3 did not support Python-3.3.x. Please use Sphinx-1.2b1 for Python-3.3. |
From Nikolaus Rath on 2013-10-19 22:46:24+00:00 Could you point me to the commit that fixed this issue? As long as there are only sphinx 1.2 beta releases, they are not going to make it into Debian unstable (I checked with the maintainer). However, I would very much like to support building under Debian, so maybe there's some way I can monkeypatch around the problem? |
From Takayuki Shimizukawa on 2013-10-25 02:02:54+00:00 Nikolaus Rath patches to support python-3.3 is this:
Though, I don't know whether this completely. # for developers: we need release 1.2 in near future.. |
From Nikolaus Rath on 2013-10-25 21:01:31+00:00 Thanks for the links! I didn't manage to backport them properly to fix the above issue, but I did find the following workaround (to be placed on top of setup.py):
probably very ugly, but it seems to work :-). |
From Nikolaus Rath on 2014-06-28 20:58:48+00:00 I'm having the same problem with Sphinx 1.2.2:
The above workaround still works. |
From Takayuki Shimizukawa on 2014-06-29 06:04:23+00:00 I think it is not a Sphinx issue. because:
sphinx_pipeinclude.py", line 48 is a cause of this problem.
|
From Nikolaus Rath on 2014-06-29 21:13:48+00:00 You are right, apologies for the noise. |
When building Sphinx documentation on the Launchpad buildds for Ubuntu Raring, I'm getting the following error:
I have no idea why Sphinx or Python would open anything with this encoding, and I cannot reproduce the problem locally either. I have set LANG=en_US.UTF-8 explicitly for this command, but this didn't change anything. The full build output is available on https://launchpadlibrarian.net/142540817/buildlog_ubuntu-raring-i386.s3ql-beta_2.1-1~raring6_FAILEDTOBUILD.txt.gz and also includes the output of a printenv for debugging.
The package is built using Sphinx 1.1.3 and Python 3.3.
Sorry for not being more specific.. but maybe you still have a hunch what might be causing this?
The text was updated successfully, but these errors were encountered: