With *python2 *I can expose these UnicodeEncodeError by inserting "-vv" in 
SPHINXOPTS in sage/sage_setup/docbuild/build_options.py. I get two

UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in 
position 22: ordinal not in range(128)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u250c' in 
position 22: ordinal not in range(128)

and the docs will not build

UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in 
position 22: ordinal not in range(128)
Error building the documentation.
Traceback (most recent call last):
  File 
"/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/runpy.py", 
line 174, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File 
"/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/runpy.py", 
line 72, in _run_code
    exec code in run_globals
  File 
"/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__main__.py",
 
line 2, in <module>
    main()
  File 
"/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py",
 
line 1730, in main
    builder()
  File 
"/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py",
 
line 351, in _wrapper
    getattr(get_builder(document), 'inventory')(*args, **kwds)
  File 
"/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py",
 
line 547, in _wrapper
    build_many(build_ref_doc, L)
  File 
"/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py",
 
line 288, in build_many
    ret = x.get(99999)
  File 
"/64bitdev/storage/sage-git_develop/sage/local/lib/python2.7/multiprocessing/pool.py",
 
line 572, in get
    raise self._value
OSError:    .. WARNING::

Without the "-vv" building the docs is fine.


On Monday, April 15, 2019 at 6:33:27 AM UTC-5, Eric Gourgoulhon wrote:
>
> On Ubuntu 18.04 running on Xeon E5-2623 + 16 GB RAM:
>
>
> *- python2: *
>
>   - incremental build (from 8.8.beta1) completed but (as in Sage 
> 8.8.beta1) with huge number of errors in building the documentation, all 
> with the same message:
>
>      [dochtml] UnicodeEncodeError: 'ascii' codec can't encode character 
> u'\xe9' in position 43: ordinal not in range(128)
>
>      The html documentation looks good though. 
>
>   - all tests from ptestlong passed
>
>   <snip> 
>
 
>
Eric.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to