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

building doc: u'\xe9' in position 19: ordinal not in range(128) #27706

Closed
videlec opened this issue Apr 20, 2019 · 8 comments
Closed

building doc: u'\xe9' in position 19: ordinal not in range(128) #27706

videlec opened this issue Apr 20, 2019 · 8 comments

Comments

@videlec
Copy link
Contributor

videlec commented Apr 20, 2019

Due to local settings, the sphinx log might contain non ascii characters. As a consequence, one sees the following in the log

[dochtml] UnicodeEncodeError: 'ascii' codec can't encode character
u'\xe9' in position 19: ordinal not in range(128)

See this sage-devel thread

Component: documentation

Author: Vincent Delecroix

Branch/Commit: c1ef822

Reviewer: Eric Gourgoulhon

Issue created by migration from https://trac.sagemath.org/ticket/27706

@videlec videlec added this to the sage-8.8 milestone Apr 20, 2019
@videlec
Copy link
Contributor Author

videlec commented May 5, 2019

New commits:

c1ef82227706: fix docbuild warning

@videlec
Copy link
Contributor Author

videlec commented May 5, 2019

Author: Vincent

@videlec
Copy link
Contributor Author

videlec commented May 5, 2019

Branch: u/vdelecroix/27706

@videlec
Copy link
Contributor Author

videlec commented May 5, 2019

Commit: c1ef822

@egourgoulhon
Copy link
Member

comment:2

Thanks for the fix! LGTM.

@egourgoulhon
Copy link
Member

Changed author from Vincent to Vincent Delecroix

@egourgoulhon
Copy link
Member

Reviewer: Eric Gourgoulhon

@vbraun
Copy link
Member

vbraun commented May 8, 2019

Changed branch from u/vdelecroix/27706 to c1ef822

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants