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

project = 'Linux Kernel Development Documentation'

tags.add("subproject")

latex_documents = [
    ('index', 'maintainer.tex', 'Linux Kernel Development Documentation',
     'The kernel development community', 'manual'),
]