Files
gnatcoll-bindings/readline/docs/conf.py
Dimitri Kokkonis d0e71781e5 Migrate to Sphinx 3.2 and Python 3. T421-010
Change-Id: I96620da19b01be4b8a63de05ac4be8c6cb6a63c4
2020-12-08 16:28:28 +01:00

31 lines
917 B
Python

# -*- coding: utf-8 -*-
# GNATcoll Bindings - Readline documentation build configuration file
# General information about the project.
project = u'GNATcoll Bindings - Readline'
# Output file base name for HTML help builder.
htmlhelp_basename = 'GNATcoll-Readline'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass
# [howto/manual]).
latex_documents = [
('index', 'GNATcoll-Readline.tex',
u'GNATcoll Bindings - Readline Documentation', u'AdaCore', 'manual'),
]
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'gnatcoll-readline',
u'GNATcoll Bindings - Readline Documentation',
[u'AdaCore'], 1)
]
# Bibliographic Dublin Core info.
epub_title = u'GNATcoll Bindings - Readline'
exec(open('../../docs-common/common_conf.py').read())