annotate MANIFEST.in @ 160:b4028838e0c8

Implement lexer option "prohibit_raiseonerror_filter". Sphinx raises by default when an Error token is seen (by means of the "raiseonerror" filter that is applied by default to lexers in Sphinx). This option skips this and allows error locations to be seen and highlighted properly. While there convert most Generic.Error tokens to Error tokens because now they can be handled by a lexer with "prohibit_raiseonerror_filter=True".
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 08 May 2026 17:46:28 +0200
parents ef68b3769be5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
120
ef68b3769be5 Convert/rename README.md to README.rst and enhance it considerably
Franz Glasner <fzglas.hg@dom66.de>
parents: 47
diff changeset
1 include .hg* *.txt *.ini *.rst
22
b42168cc9884 Use numbers from the Python lexer.
Franz Glasner <fzglas.hg@dom66.de>
parents: 16
diff changeset
2 graft LICENSES
47
c41bd33b511c FIX: Add the "docs" directory to the source distribution package
Franz Glasner <fzglas.hg@dom66.de>
parents: 30
diff changeset
3 graft docs
16
b92f660f2461 Begin a test infrastructure: using unittest and flake8.
Franz Glasner <fzglas.hg@dom66.de>
parents: 6
diff changeset
4 graft tests
47
c41bd33b511c FIX: Add the "docs" directory to the source distribution package
Franz Glasner <fzglas.hg@dom66.de>
parents: 30
diff changeset
5 prune docs/_build
16
b92f660f2461 Begin a test infrastructure: using unittest and flake8.
Franz Glasner <fzglas.hg@dom66.de>
parents: 6
diff changeset
6 global-exclude *.pyc *.pyo