diff options
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r-- | sphinx/quickstart.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index 624946c5b..a825d047e 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -73,6 +73,10 @@ today_fmt = '%%B %%d, %%Y' # List of documents that shouldn't be included in the build. #unused_docs = [] +# List of directories, relative to source directories, that shouldn't be searched +# for source files. +#exclude_dirs = [] + # If true, '()' will be appended to :func: etc. cross-reference text. #add_function_parentheses = True |