blob: c28423911db36560d67cdb84ce504f880f2fea74 [file] [log] [blame]
swissChilie00e88a2021-05-30 17:54:26 -07001project = 'Bluejay'
2copyright = '2021, swissChili'
3author = 'swissChili'
4
5extensions = [
6]
7
8templates_path = ['_templates']
9
10exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
11
12html_theme = 'alabaster'
13
14html_static_path = ['_static']