| # -*- coding: utf-8; mode: python -*- | |
| # SPDX-License-Identifier: GPL-2.0 | |
| project = 'Linux Media Subsystem Documentation' | |
| tags.add("subproject") | |
| latex_documents = [ | |
| ('index', 'media.tex', 'Linux Media Subsystem Documentation', | |
| 'The kernel development community', 'manual'), | |
| ] |