conf.py 187 B

12345678
  1. project = "The kernel security subsystem manual"
  2. tags.add("subproject")
  3. latex_documents = [
  4. ('index', 'security.tex', project,
  5. 'The kernel development community', 'manual'),
  6. ]