]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - Documentation/process/conf.py
Merge tag 'samsung-soc-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk...
[mirror_ubuntu-bionic-kernel.git] / Documentation / process / conf.py
CommitLineData
f0ddda3e
MCC
1# -*- coding: utf-8; mode: python -*-
2
3project = 'Linux Kernel Development Documentation'
4
5tags.add("subproject")
6
7latex_documents = [
0e4f07a6 8 ('index', 'process.tex', 'Linux Kernel Development Documentation',
f0ddda3e
MCC
9 'The kernel development community', 'manual'),
10]