Fix #2022: html_extra_path also copies dotfiles and refers exclude_patterns

This commit is contained in:
Takeshi KOMIYA
2016-01-15 20:44:03 +09:00
parent 9ed3d51826
commit ae478f678e
15 changed files with 64 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
# -*- coding: utf-8 -*-
master_doc = 'index'
html_extra_path = ['extra', 'subdir']
exclude_patterns = ['**/_build', '**/.htpasswd']

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

View File

@@ -0,0 +1,3 @@
test-html_extra_path
=====================
this is dummy content

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B