Merge tag 'apparmor-pr-2019-03-12' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / Documentation / media / conf.py
1 # -*- coding: utf-8; mode: python -*-
2
3 # SPDX-License-Identifier: GPL-2.0
4
5 project = 'Linux Media Subsystem Documentation'
6
7 tags.add("subproject")
8
9 latex_documents = [
10     ('index', 'media.tex', 'Linux Media Subsystem Documentation',
11      'The kernel development community', 'manual'),
12 ]