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