diff options
Diffstat (limited to 'tests/roots/test-html_assets/conf.py')
-rw-r--r-- | tests/roots/test-html_assets/conf.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/roots/test-html_assets/conf.py b/tests/roots/test-html_assets/conf.py new file mode 100644 index 000000000..a17e417a3 --- /dev/null +++ b/tests/roots/test-html_assets/conf.py @@ -0,0 +1,9 @@ +# -*- coding: utf-8 -*- + +master_doc = 'index' +project = 'Sphinx' +version = '1.4.4' + +html_static_path = ['static', 'subdir'] +html_extra_path = ['extra', 'subdir'] +exclude_patterns = ['**/_build', '**/.htpasswd'] |