sphinx/tests/roots/test-double-inheriting-theme/conf.py
2018-02-19 23:20:56 +09:00

8 lines
173 B
Python

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