sphinx/tests/roots/test-double-inheriting-theme/conf.py
2019-01-03 10:58:42 +09:00

5 lines
127 B
Python

templates_path = ['_templates']
html_theme = 'base_theme2'
html_theme_path = ['base_themes_dir']
exclude_patterns = ['_build']