Files
gnatcoll-bindings/python/docs/conf.py
bortolussi 0f8465eea1 Fix the doc builds
Make sure the 'python' docs conf file is not overridden by the common
conf.

eng/toolchain/gnatcoll-bindings#2
2023-11-07 12:17:35 +01:00

31 lines
919 B
Python

# -*- coding: utf-8 -*-
#
# GNATcoll Bindings - Python 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 - 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'