sphinx/tests/roots/test-html_extra_path/conf.py

7 lines
134 B
Python
Raw Normal View History

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