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

project = "Linux Networking Documentation"

tags.add("subproject")

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