@@ -230,23 +230,23 @@ def _check_dependencies():
230230
231231# There are two options for replacing |today|: either, you set today to some
232232# non-false value, then it is used:
233- #today = ''
233+ # today = ''
234234# Else, today_fmt is used as the format for a strftime call.
235235today_fmt = '%B %d, %Y'
236236
237237# List of documents that shouldn't be included in the build.
238238unused_docs = []
239239
240240# If true, '()' will be appended to :func: etc. cross-reference text.
241- #add_function_parentheses = True
241+ # add_function_parentheses = True
242242
243243# If true, the current module name will be prepended to all description
244244# unit titles (such as .. function::).
245- #add_module_names = True
245+ # add_module_names = True
246246
247247# If true, sectionauthor and moduleauthor directives will be shown in the
248248# output. They are ignored by default.
249- #show_authors = False
249+ # show_authors = False
250250
251251# The name of the Pygments (syntax highlighting) style to use.
252252pygments_style = 'sphinx'
@@ -268,16 +268,15 @@ def _check_dependencies():
268268# The style sheet to use for HTML and HTML Help pages. A file of that name
269269# must exist either in Sphinx' static/ path, or in one of the custom paths
270270# given in html_static_path.
271- #html_style = 'matplotlib.css'
272271html_style = f'mpl.css?{ SHA } '
273272
274273# The name for this set of Sphinx documents. If None, it defaults to
275274# "<project> v<release> documentation".
276- #html_title = None
275+ # html_title = None
277276
278277# The name of an image file (within the static path) to place at the top of
279278# the sidebar.
280- #html_logo = 'logo.png'
279+ # html_logo = 'logo.png'
281280
282281# Add any paths that contain custom static files (such as style sheets) here,
283282# relative to this directory. They are copied after the builtin static files,
@@ -296,7 +295,7 @@ def _check_dependencies():
296295html_index = 'index.html'
297296
298297# Custom sidebar templates, maps document names to template names.
299- #html_sidebars = {}
298+ # html_sidebars = {}
300299
301300# Custom sidebar templates, maps page names to templates.
302301html_sidebars = {
@@ -308,11 +307,11 @@ def _check_dependencies():
308307}
309308
310309# If false, no module index is generated.
311- #html_use_modindex = True
310+ # html_use_modindex = True
312311html_domain_indices = ["py-modindex" ]
313312
314313# If true, the reST sources are included in the HTML build as _sources/<name>.
315- #html_copy_source = True
314+ # html_copy_source = True
316315
317316# If true, an OpenSearch description file will be output, and all pages will
318317# contain a <link> tag referring to it.
0 commit comments