Update required Typogrify version for 'TYPOGRIFY_OMIT_FILTERS' setting.

This commit is contained in:
David Lesieur 2025-01-07 14:51:20 -05:00
commit 82dd2e80ea
2 changed files with 2 additions and 2 deletions

View file

@ -295,7 +295,7 @@ Basic settings
A list of Typogrify filters to skip. Allowed values are: ``'amp'``,
``'smartypants'``, ``'caps'``, ``'initial_quotes'``, ``'widont'``. By
default, no filter is omitted (in other words, all filters get applied). This
setting requires that Typogrify version 2.0.8 or later is installed.
setting requires that Typogrify version 2.1.0 or later is installed.
.. data:: TYPOGRIFY_DASHES = 'default'

View file

@ -491,7 +491,7 @@ class RstReaderTest(ReaderTest):
except ImportError:
return unittest.skip("need the typogrify distribution")
except TypeError:
return unittest.skip("need typogrify version 2.0.8 or later")
return unittest.skip("need typogrify version 2.1.0 or later")
def test_typogrify_ignore_tags(self):
try: