From c279cc54551cd698116d9d5fda0eefaa4e0436ca Mon Sep 17 00:00:00 2001 From: Rayan Date: Wed, 7 Apr 2021 10:24:55 -0400 Subject: [PATCH] Updated the docs to hhave detailed information about ignoring subdirectories --- docs/settings.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/settings.rst b/docs/settings.rst index c66c42a3..3bd4f59e 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -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