mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update required Typogrify version for 'TYPOGRIFY_OMIT_FILTERS' setting.
This commit is contained in:
parent
da798d1a94
commit
82dd2e80ea
2 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue