1# -*- coding: utf-8; mode: python -*- 2 3# SPDX-License-Identifier: GPL-2.0 4 5project = 'Linux Media Subsystem Documentation' 6 7tags.add("subproject") 8 9latex_documents = [ 10 ('index', 'media.tex', 'Linux Media Subsystem Documentation', 11 'The kernel development community', 'manual'), 12]