conf.py 207 字节
Newer Older
1 2 3 4 5 6 7 8 9 10
# -*- coding: utf-8; mode: python -*-

project = "Device Power Management"

tags.add("subproject")

latex_documents = [
    ('index', 'pm.tex', project,
     'The kernel development community', 'manual'),
]