aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/media/conf.py
blob: 1f194fcd2caedb40e32065bf4a5259be6be05821 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- coding: utf-8; mode: python -*-

# SPDX-License-Identifier: GPL-2.0

project = 'Linux Media Subsystem Documentation'

tags.add("subproject")

latex_documents = [
    ('index', 'media.tex', 'Linux Media Subsystem Documentation',
     'The kernel development community', 'manual'),
]