diff options
author | Georg Brandl <georg@python.org> | 2008-05-02 09:15:59 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-02 09:15:59 +0000 |
commit | 7ad49d5756901a1e47f79fd9ec15e3f85cc582ce (patch) | |
tree | 75c91bba1953019052676f66a4ff8515905ac11b /sphinx/quickstart.py | |
parent | 9050ba428e5d7e0a3e7556a3d5f069a1b631ecd1 (diff) | |
download | sphinx-git-7ad49d5756901a1e47f79fd9ec15e3f85cc582ce.tar.gz |
Add exclude_dirs config value.
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 |