1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
# -*- coding: utf-8 -*-
#
# GNATcoll Bindings - Syslog documentation build configuration file
# Load the base setup
exec(open('../../docs-common/common_conf.py').read())
# General information about the project.
project = u'GNATcoll Bindings - Syslog'
# Output file base name for HTML help builder.
htmlhelp_basename = 'GNATcoll-Syslogdoc'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass
# [howto/manual]).
latex_documents = [
('index', 'GNATcoll-Syslog.tex', u'GNATcoll Bindings - Syslog Documentation',
u'AdaCore', 'manual'),
]
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'gnatcoll-syslog', u'GNATcoll Bindings - Syslog Documentation',
[u'AdaCore'], 1)
]
# Bibliographic Dublin Core info.
epub_title = u'GNATcoll Bindings - Syslog'
|