mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #2022: html_extra_path also copies dotfiles and refers exclude_patterns
This commit is contained in:
6
tests/roots/test-html_extra_path/conf.py
Normal file
6
tests/roots/test-html_extra_path/conf.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
master_doc = 'index'
|
||||
|
||||
html_extra_path = ['extra', 'subdir']
|
||||
exclude_patterns = ['**/_build', '**/.htpasswd']
|
||||
0
tests/roots/test-html_extra_path/extra/.htaccess
Normal file
0
tests/roots/test-html_extra_path/extra/.htaccess
Normal file
0
tests/roots/test-html_extra_path/extra/.htpasswd
Normal file
0
tests/roots/test-html_extra_path/extra/.htpasswd
Normal file
0
tests/roots/test-html_extra_path/extra/API.html_t
Normal file
0
tests/roots/test-html_extra_path/extra/API.html_t
Normal file
BIN
tests/roots/test-html_extra_path/extra/rimg.png
Normal file
BIN
tests/roots/test-html_extra_path/extra/rimg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 218 B |
3
tests/roots/test-html_extra_path/index.rst
Normal file
3
tests/roots/test-html_extra_path/index.rst
Normal file
@@ -0,0 +1,3 @@
|
||||
test-html_extra_path
|
||||
=====================
|
||||
this is dummy content
|
||||
BIN
tests/roots/test-html_extra_path/subdir/background.png
Normal file
BIN
tests/roots/test-html_extra_path/subdir/background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 218 B |
Reference in New Issue
Block a user