linuxOS_PX30_CAR/kernel/Documentation/process/conf.py

11 lines
260 B
Python
Raw Permalink Normal View History

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