File: conf.py

package info (click to toggle)
libgnatcoll-bindings 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,412 kB
  • sloc: ada: 18,696; python: 1,597; ansic: 1,422; cpp: 581; makefile: 147; sh: 114
file content (31 lines) | stat: -rw-r--r-- 923 bytes parent folder | download
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'