conf.py 240 B

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