conf.py 252 B

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