Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garrison/sphinx-decode-testcase
A testcase demonstrating bug #2003 in Sphinx
https://github.com/garrison/sphinx-decode-testcase
Last synced: about 2 months 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-16T05:29:26.000Z (over 9 years ago)
- Last Synced: 2024-10-19T17:45:30.460Z (3 months ago)
- Language: Python
- Homepage: https://github.com/sphinx-doc/sphinx/issues/2003
- Size: 117 KB
- Stars: 0
- Watchers: 2
- 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``.