conf.py 257 B

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