|
2 | 2 | #
|
3 | 3 | # python-oracledb documentation build configuration file
|
4 | 4 | #
|
5 |
| -# This file is execfile()d with the current directory set to its containing dir. |
| 5 | +# This file is execfile()d with the current directory set to its containing dir |
6 | 6 | #
|
7 | 7 | # The contents of this file are pickled, so don't put values in the namespace
|
8 |
| -# that aren't pickleable (module imports are okay, they're removed automatically). |
| 8 | +# that aren't pickleable (module imports are okay, they're removed |
| 9 | +# automatically). |
9 | 10 | #
|
10 | 11 | # All configuration values have a default value; values that are commented out
|
11 | 12 | # serve to show the default value.
|
|
19 | 20 | # General configuration
|
20 | 21 | # ---------------------
|
21 | 22 |
|
22 |
| -# Add any Sphinx extension module names here, as strings. They can be extensions |
23 |
| -# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. |
24 |
| -extensions = ["table_with_summary", "oracle_deprecated", 'sphinx_rtd_theme'] |
| 23 | +# Add any Sphinx extension module names here, as strings. They can be |
| 24 | +# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. |
| 25 | +extensions = ["table_with_summary", "oracle_deprecated", "sphinx_rtd_theme"] |
25 | 26 |
|
26 | 27 | # Add any paths that contain templates here, relative to this directory.
|
27 |
| -templates_path = ['.templates'] |
| 28 | +templates_path = [".templates"] |
28 | 29 |
|
29 | 30 | # The suffix of source filenames.
|
30 |
| -source_suffix = '.rst' |
| 31 | +source_suffix = ".rst" |
31 | 32 |
|
32 | 33 | # The root toctree document.
|
33 |
| -root_doc = master_doc = 'index' |
| 34 | +root_doc = master_doc = "index" |
34 | 35 |
|
35 | 36 | # General substitutions.
|
36 |
| -project = 'python-oracledb' |
37 |
| -copyright = u'2016, 2023, Oracle and/or its affiliates. All rights reserved. Portions Copyright © 2007-2015, Anthony Tuininga. All rights reserved. Portions Copyright © 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta, Canada. All rights reserved' |
38 |
| -author = 'Oracle' |
| 37 | +project = "python-oracledb" |
| 38 | +copyright = ( |
| 39 | + "2016, 2023, Oracle and/or its affiliates. All rights reserved. " |
| 40 | + "Portions Copyright © 2007-2015, Anthony Tuininga. All rights reserved. " |
| 41 | + "Portions Copyright © 2001-2007, Computronix (Canada) Ltd., " |
| 42 | + "Edmonton, Alberta, Canada. All rights reserved" |
| 43 | +) |
| 44 | +author = "Oracle" |
39 | 45 |
|
40 | 46 | # The default replacements for |version| and |release|, also used in various
|
41 | 47 | # other places throughout the built documents.
|
|
56 | 62 |
|
57 | 63 | # There are two options for replacing |today|: either, you set today to some
|
58 | 64 | # non-false value, then it is used:
|
59 |
| -#today = '' |
| 65 | +# today = '' |
60 | 66 | # Else, today_fmt is used as the format for a strftime call.
|
61 |
| -today_fmt = '%B %d, %Y' |
| 67 | +today_fmt = "%B %d, %Y" |
62 | 68 |
|
63 | 69 | # List of documents that shouldn't be included in the build.
|
64 |
| -#unused_docs = [] |
| 70 | +# unused_docs = [] |
65 | 71 |
|
66 | 72 | # If true, '()' will be appended to :func: etc. cross-reference text.
|
67 |
| -#add_function_parentheses = True |
| 73 | +# add_function_parentheses = True |
68 | 74 |
|
69 | 75 | # If true, the current module name will be prepended to all description
|
70 | 76 | # unit titles (such as .. function::).
|
71 |
| -#add_module_names = True |
| 77 | +# add_module_names = True |
72 | 78 |
|
73 | 79 | # If true, sectionauthor and moduleauthor directives will be shown in the
|
74 | 80 | # output. They are ignored by default.
|
75 |
| -#show_authors = False |
| 81 | +# show_authors = False |
76 | 82 |
|
77 | 83 | # The name of the Pygments (syntax highlighting) style to use.
|
78 |
| -pygments_style = 'sphinx' |
| 84 | +pygments_style = "sphinx" |
79 | 85 |
|
80 | 86 |
|
81 | 87 | # Options for HTML output
|
|
87 | 93 | # html_style = 'default.css'
|
88 | 94 |
|
89 | 95 | # The theme to use for readthedocs.
|
90 |
| -html_theme = 'sphinx_rtd_theme' |
| 96 | +html_theme = "sphinx_rtd_theme" |
91 | 97 |
|
92 | 98 | # Add any paths that contain custom static files (such as style sheets) here,
|
93 | 99 | # relative to this directory. They are copied after the builtin static files,
|
94 | 100 | # so a file named "default.css" will overwrite the builtin "default.css".
|
95 |
| -html_static_path = ['.static'] |
| 101 | +html_static_path = [".static"] |
96 | 102 |
|
97 | 103 | # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
98 | 104 | # using the given strftime format.
|
99 |
| -html_last_updated_fmt = '%b %d, %Y' |
| 105 | +html_last_updated_fmt = "%b %d, %Y" |
100 | 106 |
|
101 | 107 | # If true, SmartyPants will be used to convert quotes and dashes to
|
102 | 108 | # typographically correct entities.
|
103 |
| -#html_use_smartypants = True |
| 109 | +# html_use_smartypants = True |
104 | 110 |
|
105 | 111 | # Content template for the index page.
|
106 |
| -#html_index = '' |
| 112 | +# html_index = '' |
107 | 113 |
|
108 | 114 | # Custom sidebar templates, maps document names to template names.
|
109 |
| -#html_sidebars = {} |
| 115 | +# html_sidebars = {} |
110 | 116 |
|
111 | 117 | # Additional templates that should be rendered to pages, maps page names to
|
112 | 118 | # template names.
|
113 |
| -#html_additional_pages = {} |
| 119 | +# html_additional_pages = {} |
114 | 120 |
|
115 | 121 | # If false, no module index is generated.
|
116 |
| -#html_use_modindex = True |
| 122 | +# html_use_modindex = True |
117 | 123 |
|
118 | 124 | # If true, the reST sources are included in the HTML build as _sources/<name>.
|
119 | 125 | html_copy_source = False
|
120 | 126 |
|
121 | 127 | # Output file base name for HTML help builder.
|
122 |
| -htmlhelp_basename = 'oracledbdoc' |
| 128 | +htmlhelp_basename = "oracledbdoc" |
123 | 129 |
|
124 | 130 | numfig = True
|
125 | 131 |
|
| 132 | + |
126 | 133 | # Display tables with no horizontal scrollbar
|
127 | 134 | def setup(app):
|
128 |
| - app.add_css_file('custom.css') |
| 135 | + app.add_css_file("custom.css") |
| 136 | + |
129 | 137 |
|
130 | 138 | # Options for LaTeX output
|
131 | 139 | # ------------------------
|
132 | 140 |
|
133 | 141 | # The paper size ('letter' or 'a4').
|
134 |
| -#latex_paper_size = 'letter' |
| 142 | +# latex_paper_size = 'letter' |
135 | 143 |
|
136 | 144 | # The font size ('10pt', '11pt' or '12pt').
|
137 |
| -#latex_font_size = '10pt' |
| 145 | +# latex_font_size = '10pt' |
138 | 146 |
|
139 | 147 | # Grouping the document tree into LaTeX files. List of tuples
|
140 |
| -# (source start file, target name, title, author, document class [howto/manual]). |
141 |
| -#latex_documents = [] |
| 148 | +# (source start file, target name, title, author, document class |
| 149 | +# [howto/manual]). |
| 150 | +# latex_documents = [] |
142 | 151 |
|
143 | 152 | # Additional stuff for the LaTeX preamble.
|
144 |
| -#latex_preamble = '' |
| 153 | +# latex_preamble = '' |
145 | 154 |
|
146 | 155 | # Documents to append as an appendix to all manuals.
|
147 |
| -#latex_appendices = [] |
| 156 | +# latex_appendices = [] |
148 | 157 |
|
149 | 158 | # If false, no module index is generated.
|
150 |
| -#latex_use_modindex = True |
| 159 | +# latex_use_modindex = True |
0 commit comments