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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#------------------------------------------------------------------------------
# Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.
# This program is free software: you can modify it and/or redistribute it
# under the terms of:
#
# (i) the Universal Permissive License v 1.0 or at your option, any
# later version (http://oss.oracle.com/licenses/upl); and/or
#
# (ii) the Apache License v 2.0. (http://www.apache.org/licenses/LICENSE-2.0)
#------------------------------------------------------------------------------
# the location of templates that are being used, relative to this directory
=
# the suffix used for all source files
=
# the name of the master document
=
# general information about the project
=
=
=
# the version info for the project, acts as replacement for |version| and
# |release|, also used in various other places throughout the built documents
#
# the short X.Y version
=
# the full version, including alpha/beta/rc tags
=
# the theme to use for HTML pages
=
# the location where themes are found, relative to this directory
=
# the name for this set of documents.
= +
# the location for static files (such as style sheets) relative to this
# directory; these are copied after the builtin static files and will overwrite
# them
=
# the location of the favicon to use for all pages
=
# the location of any extra paths that contain custom files (such as robots.txt
# or .htaccess), relative to this directory; these files are copied directdly
# to the root of the documentation
=
# do not generate an index
= False
# do not use "smart" quotes
= False
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
=
# default domain is C
=
# define setup to prevent the search page from being generated
# define method to override the HTML builder to prevent the search page from
# being generated
= False