Updated the docs to hhave detailed information about ignoring subdirectories

This commit is contained in:
Rayan 2021-04-07 10:24:55 -04:00
commit c279cc5455

View file

@ -152,6 +152,11 @@ Basic settings
``['.#*']`` will ignore emacs lock files, and ``['__pycache__']`` would
ignore Python 3's bytecode caches.
.. data:: 'IGNORE_SUBDIRS' = []
Subdirectories matching any of these
patterns will be ignored by the processor.
.. data:: MARKDOWN = {...}
Extra configuration settings for the Markdown processor. Refer to the Python