Skip to content

Commit e307e5d

Browse files
adamtheturtleclaude
andcommitted
Use the ClearProse config package
ClearProse 1.1.0 ships the ``TokenIgnores`` pattern for Sphinx roles in the package itself, so this repository no longer sets it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent ae9e242 commit e307e5d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.vale.ini

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
StylesPath = styles
22
MinAlertLevel = error
33

4-
Packages = https://github.com/adamtheturtle/vale-style-clear-prose/releases/download/v1.0.1/ClearProse.zip
4+
Packages = https://github.com/adamtheturtle/vale-style-clear-prose/releases/download/v1.1.0/ClearProse.zip
55

66
[*.rst]
77
BasedOnStyles = ClearProse
8-
9-
# Docutils does not know Sphinx roles such as `:ref:`, and renders their
10-
# argument as ordinary prose. Ignoring role syntax keeps target names, which
11-
# are not prose, out of the linter.
12-
TokenIgnores = (:\w+:`[^`]*`)

0 commit comments

Comments
 (0)