Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[linux-2.6-block.git] / Documentation / media / conf.py
CommitLineData
b32febad
MH
1# -*- coding: utf-8; mode: python -*-
2
f2ac8ce8
MCC
3# SPDX-License-Identifier: GPL-2.0
4
b32febad 5project = 'Linux Media Subsystem Documentation'
505f7111
MH
6
7tags.add("subproject")
95149971
MH
8
9latex_documents = [
10 ('index', 'media.tex', 'Linux Media Subsystem Documentation',
11 'The kernel development community', 'manual'),
12]