diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-01-15 20:44:03 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-01-24 19:17:50 +0900 |
commit | ae478f678e48c519cceef6e6e19de8ce46574532 (patch) | |
tree | 842749d1173d96b848c435045275d4faad207324 /sphinx/quickstart.py | |
parent | 9ed3d518267c0c02e34982480aa88ed4060fa8bd (diff) | |
download | sphinx-git-ae478f678e48c519cceef6e6e19de8ce46574532.tar.gz |
Fix #2022: html_extra_path also copies dotfiles and refers exclude_patterns
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r-- | sphinx/quickstart.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index f7a6731dc..e2f6edd45 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -146,6 +146,7 @@ language = %(language)r # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. +# This patterns also effect to html_static_path and html_extra_path exclude_patterns = [%(exclude_patterns)s] # The reST default role (used for this markup: `text`) to use for all |