Opened 3 years ago
Closed 3 years ago
#27706 closed defect (fixed)
building doc: u'\xe9' in position 19: ordinal not in range(128)
Reported by: | vdelecroix | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.8 |
Component: | documentation | Keywords: | |
Cc: | Merged in: | ||
Authors: | Vincent Delecroix | Reviewers: | Eric Gourgoulhon |
Report Upstream: | N/A | Work issues: | |
Branch: | c1ef822 (Commits, GitHub, GitLab) | Commit: | c1ef82224cb18a18ad634b28a5b09c0378956320 |
Dependencies: | Stopgaps: |
Description
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)
Change History (3)
comment:1 Changed 3 years ago by
- Branch set to u/vdelecroix/27706
- Commit set to c1ef82224cb18a18ad634b28a5b09c0378956320
- Status changed from new to needs_review
comment:2 Changed 3 years ago by
- Reviewers set to Eric Gourgoulhon
- Status changed from needs_review to positive_review
Thanks for the fix! LGTM.
comment:3 Changed 3 years ago by
- Branch changed from u/vdelecroix/27706 to c1ef82224cb18a18ad634b28a5b09c0378956320
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
27706: fix docbuild warning