Files
sphinx/tests/roots/test-theming/conf.py
2018-02-19 23:20:56 +09:00

7 lines
146 B
Python

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