Files
sphinx/tests/roots/test-html_entity/conf.py

6 lines
99 B
Python
Raw Normal View History

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