-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
Let's say a document includes a file via include or csv-table:
.. include:: data_dump.preformatted.log
.. csv-table::
:file: data.csv
:header-rows: 1Then, the contents are subject to a spellcheck. Some of these should be excluded from spellcheck though, if they include data or program output. But they are apparently always included, even if I list them in spelling_exclude_patterns.
Is there a way to exclude them?
Listing all the words individually in the enclosing document (e.g. with the spelling directive) technically works, but it is impractical because (a) I don't want to exclude checking the spelling of these words from the enclosing document, and (b) it's a big list.
Metadata
Metadata
Assignees
Labels
No labels