sphinx/tests/roots/test-toctree-empty/conf.py
2017-03-29 00:52:35 -07:00

7 lines
131 B
Python

# -*- coding: utf-8 -*-
master_doc = 'index'
html_theme = 'classic'
exclude_patterns = ['_build']
templates_path = ['_templates']