conf.py 222 Bytes
# -*- coding: utf-8; mode: python -*-

project = "Linux Sound Subsystem Documentation"

tags.add("subproject")

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