kernel_linux_of_openHarmony/Documentation/userspace-api/conf.py

11 lines
232 B
Python
Raw Permalink Normal View History

2021-06-02 00:23:24 +08:00
# -*- coding: utf-8; mode: python -*-
project = "The Linux kernel user-space API guide"
tags.add("subproject")
latex_documents = [
('index', 'userspace-api.tex', project,
'The kernel development community', 'manual'),
]