Here's how we currently pin Value in Sphinx Stack requirements:
This allows projects to use the latest 3.x version of Vale. Version 3.17 introduced support for inline scopes, which means that previously-unchecked text (e.g., link text) is now checked by the spelling check.
Since Vale releases can cause unexpected changes for users of Sphinx Stack, I wonder whether we should pin the version more tightly. Either pin to a minor version or exact version.
What do you think @jahn-junior?
Here's how we currently pin Value in Sphinx Stack requirements:
sphinx-stack/docs/requirements.txt
Line 34 in d701c98
This allows projects to use the latest 3.x version of Vale. Version 3.17 introduced support for inline scopes, which means that previously-unchecked text (e.g., link text) is now checked by the spelling check.
Since Vale releases can cause unexpected changes for users of Sphinx Stack, I wonder whether we should pin the version more tightly. Either pin to a minor version or exact version.
What do you think @jahn-junior?