Add setting to allow for empty alt text in images

This commit is contained in:
Eric Dunham 2021-03-01 10:41:47 -06:00
commit ed4dd50864
7 changed files with 31 additions and 2 deletions

View file

@ -364,6 +364,10 @@ Basic settings
A list of metadata fields containing reST/Markdown content to be parsed and
translated to HTML.
.. data:: IMAGES_ALLOW_EMPTY_ALT_TEXT = False
If ``True``, warnings will not be emitted when empty ``alt`` attributes for images are found.
.. data:: PORT = 8000
The TCP port to serve content from the output folder via HTTP when pelican