|
21 | 21 | # If extensions (or modules to document with autodoc) are in another directory, |
22 | 22 | # add these directories to sys.path here. If the directory is relative to the |
23 | 23 | # documentation root, use os.path.abspath to make it absolute, like shown here. |
24 | | -#sys.path.insert(0, os.path.abspath('.')) |
| 24 | +# sys.path.insert(0, os.path.abspath('.')) |
25 | 25 |
|
26 | 26 | root = os.path.abspath(os.path.dirname(__file__)) |
27 | 27 |
|
|
40 | 40 | # -- General configuration ------------------------------------------------ |
41 | 41 |
|
42 | 42 | # If your documentation needs a minimal Sphinx version, state it here. |
43 | | -#needs_sphinx = '1.0' |
| 43 | +# needs_sphinx = '1.0' |
44 | 44 |
|
45 | 45 | # Add any Sphinx extension module names here, as strings. They can be |
46 | 46 | # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom |
47 | 47 | # ones. |
48 | 48 | extensions = [ |
49 | | - 'sphinx.ext.autodoc', |
| 49 | + "sphinx.ext.autodoc", |
50 | 50 | ] |
51 | 51 |
|
52 | 52 | # Add any paths that contain templates here, relative to this directory. |
53 | | -templates_path = ['_templates'] |
| 53 | +templates_path = ["_templates"] |
54 | 54 |
|
55 | 55 | # The suffix of source filenames. |
56 | | -source_suffix = '.rst' |
| 56 | +source_suffix = ".rst" |
57 | 57 |
|
58 | 58 | # The encoding of source files. |
59 | | -#source_encoding = 'utf-8-sig' |
| 59 | +# source_encoding = 'utf-8-sig' |
60 | 60 |
|
61 | 61 | # The master toctree document. |
62 | | -master_doc = 'index' |
| 62 | +master_doc = "index" |
63 | 63 |
|
64 | 64 | # General information about the project. |
65 | | -project = 'Reusables' |
66 | | -copyright = '2014-2016, Chris Griffith' |
| 65 | +project = "Reusables" |
| 66 | +copyright = "2014-2020, Chris Griffith" |
67 | 67 |
|
68 | 68 | # The version info for the project you're documenting, acts as replacement for |
69 | 69 | # |version| and |release|, also used in various other places throughout the |
70 | 70 | # built documents. |
71 | 71 | # |
72 | 72 | # The short X.Y version. |
73 | | -version = attrs['version'] |
| 73 | +version = attrs["version"] |
74 | 74 | # The full version, including alpha/beta/rc tags. |
75 | | -release = attrs['version'] |
| 75 | +release = attrs["version"] |
76 | 76 |
|
77 | 77 | # The language for content autogenerated by Sphinx. Refer to documentation |
78 | 78 | # for a list of supported languages. |
79 | | -#language = None |
| 79 | +# language = None |
80 | 80 |
|
81 | 81 | # There are two options for replacing |today|: either, you set today to some |
82 | 82 | # non-false value, then it is used: |
83 | | -#today = '' |
| 83 | +# today = '' |
84 | 84 | # Else, today_fmt is used as the format for a strftime call. |
85 | | -#today_fmt = '%B %d, %Y' |
| 85 | +# today_fmt = '%B %d, %Y' |
86 | 86 |
|
87 | 87 | # List of patterns, relative to source directory, that match files and |
88 | 88 | # directories to ignore when looking for source files. |
89 | 89 | exclude_patterns = [] |
90 | 90 |
|
91 | 91 | # The reST default role (used for this markup: `text`) to use for all |
92 | 92 | # documents. |
93 | | -#default_role = None |
| 93 | +# default_role = None |
94 | 94 |
|
95 | 95 | # If true, '()' will be appended to :func: etc. cross-reference text. |
96 | | -#add_function_parentheses = True |
| 96 | +# add_function_parentheses = True |
97 | 97 |
|
98 | 98 | # If true, the current module name will be prepended to all description |
99 | 99 | # unit titles (such as .. function::). |
100 | 100 | add_module_names = False |
101 | 101 |
|
102 | 102 | # If true, sectionauthor and moduleauthor directives will be shown in the |
103 | 103 | # output. They are ignored by default. |
104 | | -#show_authors = False |
| 104 | +# show_authors = False |
105 | 105 |
|
106 | 106 | # The name of the Pygments (syntax highlighting) style to use. |
107 | | -pygments_style = 'sphinx' |
| 107 | +pygments_style = "sphinx" |
108 | 108 |
|
109 | 109 | # A list of ignored prefixes for module index sorting. |
110 | | -#modindex_common_prefix = [] |
| 110 | +# modindex_common_prefix = [] |
111 | 111 |
|
112 | 112 | # If true, keep warnings as "system message" paragraphs in the built documents. |
113 | | -#keep_warnings = False |
| 113 | +# keep_warnings = False |
114 | 114 |
|
115 | 115 |
|
116 | 116 | # -- Options for HTML output ---------------------------------------------- |
117 | 117 |
|
118 | 118 | # The theme to use for HTML and HTML Help pages. See the documentation for |
119 | 119 | # a list of builtin themes. |
120 | | -html_theme = 'default' |
| 120 | +html_theme = "default" |
121 | 121 |
|
122 | 122 | # Theme options are theme-specific and customize the look and feel of a theme |
123 | 123 | # further. For a list of options available for each theme, see the |
124 | 124 | # documentation. |
125 | | -#html_theme_options = {} |
| 125 | +# html_theme_options = {} |
126 | 126 |
|
127 | 127 | # Add any paths that contain custom themes here, relative to this directory. |
128 | | -#html_theme_path = [] |
| 128 | +# html_theme_path = [] |
129 | 129 |
|
130 | 130 | # The name for this set of Sphinx documents. If None, it defaults to |
131 | 131 | # "<project> v<release> documentation". |
132 | | -#html_title = None |
| 132 | +# html_title = None |
133 | 133 |
|
134 | 134 | # A shorter title for the navigation bar. Default is the same as html_title. |
135 | | -#html_short_title = None |
| 135 | +# html_short_title = None |
136 | 136 |
|
137 | 137 | # The name of an image file (relative to this directory) to place at the top |
138 | 138 | # of the sidebar. |
139 | | -#html_logo = None |
| 139 | +# html_logo = None |
140 | 140 |
|
141 | 141 | # The name of an image file (within the static path) to use as favicon of the |
142 | 142 | # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |
143 | 143 | # pixels large. |
144 | | -#html_favicon = None |
| 144 | +# html_favicon = None |
145 | 145 |
|
146 | 146 | # Add any paths that contain custom static files (such as style sheets) here, |
147 | 147 | # relative to this directory. They are copied after the builtin static files, |
148 | 148 | # so a file named "default.css" will overwrite the builtin "default.css". |
149 | | -html_static_path = ['_static'] |
| 149 | +html_static_path = ["_static"] |
150 | 150 |
|
151 | 151 | # Add any extra paths that contain custom files (such as robots.txt or |
152 | 152 | # .htaccess) here, relative to this directory. These files are copied |
153 | 153 | # directly to the root of the documentation. |
154 | | -#html_extra_path = [] |
| 154 | +# html_extra_path = [] |
155 | 155 |
|
156 | 156 | # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, |
157 | 157 | # using the given strftime format. |
158 | | -#html_last_updated_fmt = '%b %d, %Y' |
| 158 | +# html_last_updated_fmt = '%b %d, %Y' |
159 | 159 |
|
160 | 160 | # If true, SmartyPants will be used to convert quotes and dashes to |
161 | 161 | # typographically correct entities. |
162 | | -#html_use_smartypants = True |
| 162 | +# html_use_smartypants = True |
163 | 163 |
|
164 | 164 | # Custom sidebar templates, maps document names to template names. |
165 | | -#html_sidebars = {} |
| 165 | +# html_sidebars = {} |
166 | 166 |
|
167 | 167 | # Additional templates that should be rendered to pages, maps page names to |
168 | 168 | # template names. |
169 | | -#html_additional_pages = {} |
| 169 | +# html_additional_pages = {} |
170 | 170 |
|
171 | 171 | # If false, no module index is generated. |
172 | | -#html_domain_indices = True |
| 172 | +# html_domain_indices = True |
173 | 173 |
|
174 | 174 | # If false, no index is generated. |
175 | | -#html_use_index = True |
| 175 | +# html_use_index = True |
176 | 176 |
|
177 | 177 | # If true, the index is split into individual pages for each letter. |
178 | | -#html_split_index = False |
| 178 | +# html_split_index = False |
179 | 179 |
|
180 | 180 | # If true, links to the reST sources are added to the pages. |
181 | | -#html_show_sourcelink = True |
| 181 | +# html_show_sourcelink = True |
182 | 182 |
|
183 | 183 | # If true, "Created using Sphinx" is shown in the HTML footer. Default is True. |
184 | | -#html_show_sphinx = True |
| 184 | +# html_show_sphinx = True |
185 | 185 |
|
186 | 186 | # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. |
187 | | -#html_show_copyright = True |
| 187 | +# html_show_copyright = True |
188 | 188 |
|
189 | 189 | # If true, an OpenSearch description file will be output, and all pages will |
190 | 190 | # contain a <link> tag referring to it. The value of this option must be the |
191 | 191 | # base URL from which the finished HTML is served. |
192 | | -#html_use_opensearch = '' |
| 192 | +# html_use_opensearch = '' |
193 | 193 |
|
194 | 194 | # This is the file name suffix for HTML files (e.g. ".xhtml"). |
195 | | -#html_file_suffix = None |
| 195 | +# html_file_suffix = None |
196 | 196 |
|
197 | 197 | # Output file base name for HTML help builder. |
198 | | -htmlhelp_basename = 'Reusablesdoc' |
| 198 | +htmlhelp_basename = "Reusablesdoc" |
199 | 199 |
|
200 | 200 |
|
201 | 201 | # -- Options for LaTeX output --------------------------------------------- |
202 | 202 |
|
203 | 203 | latex_elements = { |
204 | | -# The paper size ('letterpaper' or 'a4paper'). |
205 | | -#'papersize': 'letterpaper', |
206 | | - |
207 | | -# The font size ('10pt', '11pt' or '12pt'). |
208 | | -#'pointsize': '10pt', |
209 | | - |
210 | | -# Additional stuff for the LaTeX preamble. |
211 | | -#'preamble': '', |
| 204 | + # The paper size ('letterpaper' or 'a4paper'). |
| 205 | + #'papersize': 'letterpaper', |
| 206 | + # The font size ('10pt', '11pt' or '12pt'). |
| 207 | + #'pointsize': '10pt', |
| 208 | + # Additional stuff for the LaTeX preamble. |
| 209 | + #'preamble': '', |
212 | 210 | } |
213 | 211 |
|
214 | 212 | # Grouping the document tree into LaTeX files. List of tuples |
215 | 213 | # (source start file, target name, title, |
216 | 214 | # author, documentclass [howto, manual, or own class]). |
217 | 215 | latex_documents = [ |
218 | | - ('index', 'Reusables.tex', 'Reusables Documentation', |
219 | | - 'Chris Griffith', 'manual'), |
| 216 | + ("index", "Reusables.tex", "Reusables Documentation", "Chris Griffith", "manual"), |
220 | 217 | ] |
221 | 218 |
|
222 | 219 | # The name of an image file (relative to this directory) to place at the top of |
223 | 220 | # the title page. |
224 | | -#latex_logo = None |
| 221 | +# latex_logo = None |
225 | 222 |
|
226 | 223 | # For "manual" documents, if this is true, then toplevel headings are parts, |
227 | 224 | # not chapters. |
228 | | -#latex_use_parts = False |
| 225 | +# latex_use_parts = False |
229 | 226 |
|
230 | 227 | # If true, show page references after internal links. |
231 | | -#latex_show_pagerefs = False |
| 228 | +# latex_show_pagerefs = False |
232 | 229 |
|
233 | 230 | # If true, show URL addresses after external links. |
234 | | -#latex_show_urls = False |
| 231 | +# latex_show_urls = False |
235 | 232 |
|
236 | 233 | # Documents to append as an appendix to all manuals. |
237 | | -#latex_appendices = [] |
| 234 | +# latex_appendices = [] |
238 | 235 |
|
239 | 236 | # If false, no module index is generated. |
240 | | -#latex_domain_indices = True |
| 237 | +# latex_domain_indices = True |
241 | 238 |
|
242 | 239 |
|
243 | 240 | # -- Options for manual page output --------------------------------------- |
244 | 241 |
|
245 | 242 | # One entry per manual page. List of tuples |
246 | 243 | # (source start file, name, description, authors, manual section). |
247 | | -man_pages = [ |
248 | | - ('index', 'reusables', 'Reusables Documentation', |
249 | | - ['Chris Griffith'], 1) |
250 | | -] |
| 244 | +man_pages = [("index", "reusables", "Reusables Documentation", ["Chris Griffith"], 1)] |
251 | 245 |
|
252 | 246 | # If true, show URL addresses after external links. |
253 | | -#man_show_urls = False |
| 247 | +# man_show_urls = False |
254 | 248 |
|
255 | 249 |
|
256 | 250 | # -- Options for Texinfo output ------------------------------------------- |
|
259 | 253 | # (source start file, target name, title, author, |
260 | 254 | # dir menu entry, description, category) |
261 | 255 | texinfo_documents = [ |
262 | | - ('index', 'Reusables', 'Reusables Documentation', |
263 | | - 'Chris Griffith', 'Reusables', 'One line description of project.', |
264 | | - 'Miscellaneous'), |
| 256 | + ( |
| 257 | + "index", |
| 258 | + "Reusables", |
| 259 | + "Reusables Documentation", |
| 260 | + "Chris Griffith", |
| 261 | + "Reusables", |
| 262 | + "One line description of project.", |
| 263 | + "Miscellaneous", |
| 264 | + ), |
265 | 265 | ] |
266 | 266 |
|
267 | 267 | # Documents to append as an appendix to all manuals. |
268 | | -#texinfo_appendices = [] |
| 268 | +# texinfo_appendices = [] |
269 | 269 |
|
270 | 270 | # If false, no module index is generated. |
271 | | -#texinfo_domain_indices = True |
| 271 | +# texinfo_domain_indices = True |
272 | 272 |
|
273 | 273 | # How to display URL addresses: 'footnote', 'no', or 'inline'. |
274 | | -#texinfo_show_urls = 'footnote' |
| 274 | +# texinfo_show_urls = 'footnote' |
275 | 275 |
|
276 | 276 | # If true, do not generate a @detailmenu in the "Top" node's menu. |
277 | | -#texinfo_no_detailmenu = False |
| 277 | +# texinfo_no_detailmenu = False |
0 commit comments