You've already forked gnatcoll-bindings
mirror of
https://github.com/AdaCore/gnatcoll-bindings.git
synced 2026-02-12 12:59:11 -08:00
Make sure the 'python' docs conf file is not overridden by the common conf. eng/toolchain/gnatcoll-bindings#2
31 lines
919 B
Python
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'
|