# -*- coding: utf-8 -*-
html_theme = 'test-theme'
html_theme_path = ['.', 'test_theme']
master_doc = 'index'
exclude_patterns = ['_build']