conf.py 272 B

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