summaryrefslogtreecommitdiffstats
path: root/conf.py
blob: 770fa08c9a75303d4325009383da37fe712b995f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
project = 'Linux FireWire subsystem'
author = 'Takashi Sakamoto'
copyright = '2023, Takashi Sakamoto'

html_theme = 'haiku'

html_static_path = [
  '_static',
]

html_css_files = [
  'chef-cat.css',
]