mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Fix #2022: html_extra_path also copies dotfiles and refers exclude_patterns
This commit is contained in:
@@ -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 |
@@ -0,0 +1,3 @@
|
||||
test-html_extra_path
|
||||
=====================
|
||||
this is dummy content
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 218 B |
Reference in New Issue
Block a user