conf.py 225 Bytes
# -*- coding: utf-8; mode: python -*-

project = "SuperH architecture implementation manual"

tags.add("subproject")

latex_documents = [
    ('index', 'sh.tex', project,
     'The kernel development community', 'manual'),
]