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'``,
|
A list of Typogrify filters to skip. Allowed values are: ``'amp'``,
|
||||||
``'smartypants'``, ``'caps'``, ``'initial_quotes'``, ``'widont'``. By
|
``'smartypants'``, ``'caps'``, ``'initial_quotes'``, ``'widont'``. By
|
||||||
default, no filter is omitted (in other words, all filters get applied). This
|
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'
|
.. data:: TYPOGRIFY_DASHES = 'default'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -491,7 +491,7 @@ class RstReaderTest(ReaderTest):
|
||||||
except ImportError:
|
except ImportError:
|
||||||
return unittest.skip("need the typogrify distribution")
|
return unittest.skip("need the typogrify distribution")
|
||||||
except TypeError:
|
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):
|
def test_typogrify_ignore_tags(self):
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue