1# -*- coding: utf-8 -*-
2#
3# LLVM documentation build configuration file.
4#
5# This file is execfile()d with the current directory set to its containing dir.
6#
7# Note that not all possible configuration values are present in this
8# autogenerated file.
9#
10# All configuration values have a default; values that are commented out
11# serve to show the default.
12from __future__ import print_function
13
14import sys, os, re
15from datetime import date
16
17# If extensions (or modules to document with autodoc) are in another directory,
18# add these directories to sys.path here. If the directory is relative to the
19# documentation root, use os.path.abspath to make it absolute, like shown here.
20#sys.path.insert(0, os.path.abspath('.'))
21
22# -- General configuration -----------------------------------------------------
23
24# If your documentation needs a minimal Sphinx version, state it here.
25#needs_sphinx = '1.0'
26
27# Add any Sphinx extension module names here, as strings. They can be extensions
28# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
29extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo']
30
31# Add any paths that contain templates here, relative to this directory.
32templates_path = ['_templates']
33
34# The suffix of source filenames.
35source_suffix = ['.rst', '.md']
36
37source_parsers = {'.md': 'recommonmark.parser.CommonMarkParser'}
38
39# The encoding of source files.
40#source_encoding = 'utf-8-sig'
41
42# The master toctree document.
43master_doc = 'index'
44
45# General information about the project.
46project = u'LLVM'
47copyright = u'2003-%d, LLVM Project' % date.today().year
48
49# The version info for the project you're documenting, acts as replacement for
50# |version| and |release|, also used in various other places throughout the
51# built documents.
52#
53# The short version.
54version = '10'
55# The full version, including alpha/beta/rc tags.
56release = '10'
57
58# The language for content autogenerated by Sphinx. Refer to documentation
59# for a list of supported languages.
60#language = None
61
62# There are two options for replacing |today|: either, you set today to some
63# non-false value, then it is used:
64#today = ''
65# Else, today_fmt is used as the format for a strftime call.
66today_fmt = '%Y-%m-%d'
67
68# List of patterns, relative to source directory, that match files and
69# directories to ignore when looking for source files.
70exclude_patterns = ['_build']
71
72# The reST default role (used for this markup: `text`) to use for all documents.
73#default_role = None
74
75# If true, '()' will be appended to :func: etc. cross-reference text.
76#add_function_parentheses = True
77
78# If true, the current module name will be prepended to all description
79# unit titles (such as .. function::).
80#add_module_names = True
81
82# If true, sectionauthor and moduleauthor directives will be shown in the
83# output. They are ignored by default.
84show_authors = True
85
86# The name of the Pygments (syntax highlighting) style to use.
87pygments_style = 'friendly'
88
89# A list of ignored prefixes for module index sorting.
90#modindex_common_prefix = []
91
92
93# -- Options for HTML output ---------------------------------------------------
94
95# The theme to use for HTML and HTML Help pages.  See the documentation for
96# a list of builtin themes.
97html_theme = 'llvm-theme'
98
99# Theme options are theme-specific and customize the look and feel of a theme
100# further.  For a list of options available for each theme, see the
101# documentation.
102html_theme_options = { "nosidebar": False }
103
104# Add any paths that contain custom themes here, relative to this directory.
105html_theme_path = ["_themes"]
106
107# The name for this set of Sphinx documents.  If None, it defaults to
108# "<project> v<release> documentation".
109#html_title = None
110
111# A shorter title for the navigation bar.  Default is the same as html_title.
112#html_short_title = None
113
114# The name of an image file (relative to this directory) to place at the top
115# of the sidebar.
116#html_logo = None
117
118# The name of an image file (within the static path) to use as favicon of the
119# docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
120# pixels large.
121#html_favicon = None
122
123# Add any paths that contain custom static files (such as style sheets) here,
124# relative to this directory. They are copied after the builtin static files,
125# so a file named "default.css" will overwrite the builtin "default.css".
126html_static_path = ['_static']
127
128# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
129# using the given strftime format.
130html_last_updated_fmt = '%Y-%m-%d'
131
132# If true, SmartyPants will be used to convert quotes and dashes to
133# typographically correct entities.
134#html_use_smartypants = True
135
136# Custom sidebar templates, maps document names to template names.
137
138html_sidebars = {
139    '**': [
140        'indexsidebar.html',
141        'sourcelink.html',
142        'searchbox.html',
143    ]
144}
145
146# Additional templates that should be rendered to pages, maps page names to
147# template names.
148#html_additional_pages = {}
149
150# If false, no module index is generated.
151#html_domain_indices = True
152
153# If false, no index is generated.
154#html_use_index = True
155
156# If true, the index is split into individual pages for each letter.
157#html_split_index = False
158
159# If true, links to the reST sources are added to the pages.
160html_show_sourcelink = True
161
162# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
163#html_show_sphinx = True
164
165# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
166#html_show_copyright = True
167
168# If true, an OpenSearch description file will be output, and all pages will
169# contain a <link> tag referring to it.  The value of this option must be the
170# base URL from which the finished HTML is served.
171#html_use_opensearch = ''
172
173# This is the file name suffix for HTML files (e.g. ".xhtml").
174#html_file_suffix = None
175
176# Output file base name for HTML help builder.
177htmlhelp_basename = 'LLVMdoc'
178
179
180# -- Options for LaTeX output --------------------------------------------------
181
182latex_elements = {
183# The paper size ('letterpaper' or 'a4paper').
184#'papersize': 'letterpaper',
185
186# The font size ('10pt', '11pt' or '12pt').
187#'pointsize': '10pt',
188
189# Additional stuff for the LaTeX preamble.
190#'preamble': '',
191}
192
193# Grouping the document tree into LaTeX files. List of tuples
194# (source start file, target name, title, author, documentclass [howto/manual]).
195latex_documents = [
196  ('index', 'LLVM.tex', u'LLVM Documentation',
197   u'LLVM project', 'manual'),
198]
199
200# The name of an image file (relative to this directory) to place at the top of
201# the title page.
202#latex_logo = None
203
204# For "manual" documents, if this is true, then toplevel headings are parts,
205# not chapters.
206#latex_use_parts = False
207
208# If true, show page references after internal links.
209#latex_show_pagerefs = False
210
211# If true, show URL addresses after external links.
212#latex_show_urls = False
213
214# Documents to append as an appendix to all manuals.
215#latex_appendices = []
216
217# If false, no module index is generated.
218#latex_domain_indices = True
219
220
221# -- Options for manual page output --------------------------------------------
222
223# One entry per manual page. List of tuples
224# (source start file, name, description, authors, manual section).
225man_pages = []
226
227# Automatically derive the list of man pages from the contents of the command
228# guide subdirectory.
229basedir = os.path.dirname(__file__)
230man_page_authors = "Maintained by the LLVM Team (https://llvm.org/)."
231command_guide_subpath = 'CommandGuide'
232command_guide_path = os.path.join(basedir, command_guide_subpath)
233
234
235def process_md(name):
236    file_subpath = os.path.join(command_guide_subpath, name)
237    with open(os.path.join(command_guide_path, name)) as f:
238        title = f.readline().rstrip('\n')
239
240        m = re.match(r'^# (\S+) - (.+)$', title)
241        if m is None:
242            print("error: invalid title in %r "
243                  "(expected '# <name> - <description>')" % file_subpath,
244                  file=sys.stderr)
245        else:
246            man_pages.append((file_subpath.replace('.md',''), m.group(1),
247                              m.group(2), man_page_authors, 1))
248
249
250def process_rst(name):
251    file_subpath = os.path.join(command_guide_subpath, name)
252    with open(os.path.join(command_guide_path, name)) as f:
253        title = f.readline().rstrip('\n')
254        header = f.readline().rstrip('\n')
255
256        if len(header) != len(title):
257            print('error: invalid header in %r (does not match title)' %
258                  file_subpath, file=sys.stderr)
259        if ' - ' not in title:
260            print("error: invalid title in %r "
261                  "(expected '<name> - <description>')" % file_subpath,
262                  file=sys.stderr)
263        # Split the name out of the title.
264        name,description = title.split(' - ', 1)
265        man_pages.append((file_subpath.replace('.rst',''), name,
266                          description, man_page_authors, 1))
267
268
269for name in os.listdir(command_guide_path):
270    # Process Markdown files
271    if name.endswith('.md'):
272        process_md(name)
273    # Process ReST files apart from the index page.
274    elif name.endswith('.rst') and name != 'index.rst':
275        process_rst(name)
276
277# If true, show URL addresses after external links.
278#man_show_urls = False
279
280# FIXME: Define intersphinx configuration.
281intersphinx_mapping = {}
282
283# Pygment lexer are sometimes out of date (when parsing LLVM for example) or
284# wrong. Suppress the warning so the build doesn't abort.
285suppress_warnings = [ 'misc.highlighting_failure' ]
286
287# Direct html-ified man pages to llvm.org
288manpages_url = 'https://llvm.org/docs/CommandGuide/{page}.html'
289