-
-
Notifications
You must be signed in to change notification settings - Fork 3.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
Installing alabaster-0.7.5 raises UnicodeDecodeError #1350
Comments
I'm also seeing this issue. |
I don't see the issue with our side? It seems this is an alabaster issue? On Tue, Jun 16, 2015 at 10:26 PM, Dan Blanchard notifications@github.com
Eric Holscher |
It seems like it's only with Python 3. They have an issue open about it sphinx-doc/alabaster#40. |
Closing this here, as this is an alabaster issue. |
Why wait for a third party to sort themselves out? You can prevent the broken version of alabaster being installed. Before installing Sphinx, tell pip to avoid alabaster 0.7.5:
|
I'm -1 on this. It may not work for your case, but others will wonder why 0.7.5 doesn't install. Seems easy enough for the doc maintainer to handle anyways. |
I don't see how to set the version of alabaster pulled in for the doc builder, trying to add |
We are going to put in a patch to resolve this, rather than waiting for the fix in 0.7.6. We don't officially support Alabaster, and keeping up to date with third party, user-installable package versions is something we'd like to avoid due to maintenance concerns. But seems we should take a stance on what we consider officially supported, and having procedure around keeping those current and stable. |
alabaster-0.7.5 was released 2015-06-15 and is breaking the installation of Sphinx.
NB: pip can install this new version on my machine without errors.
https://readthedocs.org/builds/doxhooks/2969595/
The text was updated successfully, but these errors were encountered: