aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/doc/gnat_ugn/conf.py
blob: 94e3c07e836d13119f55c101d09855aa6946a1fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Configuration file for the Sphinx documentation builder.

import sys
sys.path.append('../share')

from adabaseconf import *

name = 'gnat_ugn'
project = "GNAT User's Guide for Native Platforms"
authors = 'AdaCore'

set_latex_elements(latex_elements, project)

# Grouping the document tree into Texinfo files. List of tuples
# (source start file, target name, title, author,
#  dir menu entry, description, category)
latex_documents = [
  ('index', f'{name}.tex', project, authors, 'manual'),
]

texinfo_documents = [
  ('index', name, project, authors, None, None, None, True)
]

tags.add(get_gnat_build_type())
set_common(name, globals())