# -*- 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'