linuxOS_AP05/kernel/Documentation/maintainer/conf.py

11 lines
263 B
Python
Raw Normal View History

2025-06-02 05:59:07 +00:00
# -*- 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'),
]