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

4 lines
97 B
Python

html_theme = 'test-theme'
html_theme_path = ['.', 'test_theme']
exclude_patterns = ['_build']