Details
-
Bug
-
Resolution: Fixed
-
P4: Low
-
6.8
-
None
-
Windows 11, Python 3.11.3
-
-
20d9481d4 (dev), 55b74f836 (6.8)
Description
When building the base docs using
> python setup.py build_base_docs
An UnicodeDecodeError occurs because by UTF-8 is not the default Python file opening encoding yet, so the doc build script may fail in some environments
See log.txt for the crash output.
By looking at the crash, it seems that the file `examples\samplebinding\doc\samplebinding.rst` contains characters that can not be opened in all encodings. Specifically the special quotes at line 204:
“flavors”
Attachments
For Gerrit Dashboard: PYSIDE-3063 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
634600,3 | Doc: Fix encoding error building base docs | dev | pyside/pyside-setup | Status: MERGED | +2 | +1 |
634996,2 | Doc: Fix encoding error building base docs | 6.9 | pyside/pyside-setup | Status: MERGED | +2 | 0 |
635004,2 | Doc: Fix encoding error building base docs | 6.8 | pyside/pyside-setup | Status: MERGED | +2 | 0 |