tegrakernel/kernel/kernel-4.9/Documentation/development-process/conf.py

11 lines
272 B
Python
Raw Normal View History

2022-02-16 09:13:02 -06:00
# -*- 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'),
]