https://github.com/garrison/sphinx-decode-testcase
A testcase demonstrating bug #2003 in Sphinx
https://github.com/garrison/sphinx-decode-testcase
Last synced: 4 days ago
JSON representation
A testcase demonstrating bug #2003 in Sphinx
- Host: GitHub
- URL: https://github.com/garrison/sphinx-decode-testcase
- Owner: garrison
- Created: 2015-08-16T05:01:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-16T05:29:26.000Z (almost 11 years ago)
- Last Synced: 2026-06-11T23:25:59.285Z (about 1 month ago)
- Language: Python
- Homepage: https://github.com/sphinx-doc/sphinx/issues/2003
- Size: 117 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
sphinx-decode-testcase
======================
This is a repository made to demonstrate a bug in `Sphinx `_.
When ``make linkcheck`` is run under python 3, everything works. However, if it is run under python 2, `this link `_ will fail with the message ``'utf8' codec can't decode byte 0xa0 in position 2625: invalid start byte``.