|
# -*- coding: utf-8; mode: python -*-
|
|
|
|
project = 'Linux Kernel Development Documentation'
|
|
|
|
tags.add("subproject")
|
|
|
|
latex_documents = [
|
|
('index', 'development-process.tex', 'Linux Kernel Development Documentation',
|
|
'The kernel development community', 'manual'),
|
|
]
|