2020-02-10 11:44:30 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
#
|
|
|
|
|
# GNATcoll Bindings - Python documentation build configuration file
|
|
|
|
|
|
2023-11-07 12:17:35 +01:00
|
|
|
# Load the base setup
|
|
|
|
|
exec(open('../../docs-common/common_conf.py').read())
|
|
|
|
|
|
2020-02-10 11:44:30 +01:00
|
|
|
# General information about the project.
|
|
|
|
|
project = u'GNATcoll Bindings - Python'
|
|
|
|
|
|
|
|
|
|
# Output file base name for HTML help builder.
|
|
|
|
|
htmlhelp_basename = 'GNATcoll-Python'
|
|
|
|
|
|
|
|
|
|
# Grouping the document tree into LaTeX files. List of tuples
|
|
|
|
|
# (source start file, target name, title, author, documentclass
|
|
|
|
|
# [howto/manual]).
|
|
|
|
|
latex_documents = [
|
|
|
|
|
('index', 'GNATcoll-Python.tex', u'GNATcoll Bindings - Python Documentation',
|
|
|
|
|
u'AdaCore', 'manual'),
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
# One entry per manual page. List of tuples
|
|
|
|
|
# (source start file, name, description, authors, manual section).
|
|
|
|
|
man_pages = [
|
|
|
|
|
('index', 'gnatcoll-python', u'GNATcoll Bindings - Python Documentation',
|
|
|
|
|
[u'AdaCore'], 1)
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
# Bibliographic Dublin Core info.
|
|
|
|
|
epub_title = u'GNATcoll Bindings - Python'
|