]> git.proxmox.com Git - proxmox-backup.git/blob - docs/conf.py
tape: add MediaPool::lock_unassigned_media_pool() helper
[proxmox-backup.git] / docs / conf.py
1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*-
3 #
4 # Proxmox Backup documentation build configuration file, originally
5 # created by sphinx-quickstart on Tue Feb 26 16:54:35 2019.
6 #
7 # This file is execfile()d with the current directory set to its
8 # containing dir.
9 #
10 # Note that not all possible configuration values are present in this
11 # autogenerated file.
12 #
13 # All configuration values have a default; values that are commented out
14 # serve to show the default.
15
16 # If extensions (or modules to document with autodoc) are in another directory,
17 # add these directories to sys.path here. If the directory is relative to the
18 # documentation root, use os.path.abspath to make it absolute, like shown here.
19 #
20 import os
21 import sys
22 # sys.path.insert(0, os.path.abspath('.'))
23
24 # custom extensions
25 sys.path.append(os.path.abspath("./_ext"))
26
27 # -- Implement custom formatter for code-blocks ---------------------------
28 #
29 # * use smaller font
30 # * avoid space between lines to nicely format utf8 tables
31
32 from sphinx.highlighting import PygmentsBridge
33 from pygments.formatters.latex import LatexFormatter
34
35 class CustomLatexFormatter(LatexFormatter):
36 def __init__(self, **options):
37 super(CustomLatexFormatter, self).__init__(**options)
38 self.verboptions = r"formatcom=\footnotesize\relax\let\strut\empty"
39
40 PygmentsBridge.latex_formatter = CustomLatexFormatter
41
42 # -- General configuration ------------------------------------------------
43
44 # If your documentation needs a minimal Sphinx version, state it here.
45 #
46 # needs_sphinx = '1.0'
47
48 # Add any Sphinx extension module names here, as strings. They can be
49 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
50 # ones.
51
52 extensions = ["sphinx.ext.graphviz", "sphinx.ext.todo", "proxmox-scanrefs"]
53
54 todo_link_only = True
55
56 # Add any paths that contain templates here, relative to this directory.
57 templates_path = ['_templates']
58
59 # The suffix(es) of source filenames.
60 # You can specify multiple suffix as a list of string:
61 #
62 # source_suffix = ['.rst', '.md']
63 source_suffix = '.rst'
64
65 # The encoding of source files.
66 #
67 # source_encoding = 'utf-8-sig'
68
69 # The master toctree document.
70 master_doc = 'index'
71
72 epilog_file = open('epilog.rst', 'r')
73 rst_epilog = epilog_file.read()
74
75 # General information about the project.
76 project = 'Proxmox Backup'
77 copyright = '2019-2021, Proxmox Server Solutions GmbH'
78 author = 'Proxmox Support Team'
79
80 # The version info for the project you're documenting, acts as replacement for
81 # |version| and |release|, also used in various other places throughout the
82 # built documents.
83 #
84 # The short X.Y version.
85 vstr = lambda s: '<devbuild>' if s is None else str(s)
86
87 version = vstr(os.getenv('DEB_VERSION_UPSTREAM'))
88 # The full version, including alpha/beta/rc tags.
89 release = vstr(os.getenv('DEB_VERSION'))
90
91 # The language for content autogenerated by Sphinx. Refer to documentation
92 # for a list of supported languages.
93 #
94 # This is also used if you do content translation via gettext catalogs.
95 # Usually you set "language" from the command line for these cases.
96 language = None
97
98 # There are two options for replacing |today|: either, you set today to some
99 # non-false value, then it is used:
100 # today = ''
101 #
102 # Else, today_fmt is used as the format for a strftime call.
103 today_fmt = '%A, %d %B %Y'
104
105 # List of patterns, relative to source directory, that match files and
106 # directories to ignore when looking for source files.
107 # This patterns also effect to html_static_path and html_extra_path
108 exclude_patterns = [
109 '_build', 'Thumbs.db', '.DS_Store',
110 '*/man1.rst',
111 'config/*/man5.rst',
112 'epilog.rst',
113 'pbs-copyright.rst',
114 'local-zfs.rst'
115 'package-repositories.rst',
116 ]
117
118 # The reST default role (used for this markup: `text`) to use for all
119 # documents.
120 #
121 # default_role = None
122
123 # If true, '()' will be appended to :func: etc. cross-reference text.
124 #
125 # add_function_parentheses = True
126
127 # If true, the current module name will be prepended to all description
128 # unit titles (such as .. function::).
129 #
130 # add_module_names = True
131
132 # If true, sectionauthor and moduleauthor directives will be shown in the
133 # output. They are ignored by default.
134 #
135 # show_authors = False
136
137 # The name of the Pygments (syntax highlighting) style to use.
138 pygments_style = 'sphinx'
139
140 # A list of ignored prefixes for module index sorting.
141 # modindex_common_prefix = []
142
143 # If true, keep warnings as "system message" paragraphs in the built documents.
144 # keep_warnings = False
145
146 # If true, `todo` and `todoList` produce output, else they produce nothing.
147 todo_include_todos = not tags.has('release')
148
149
150 # -- Options for HTML output ----------------------------------------------
151
152 # The theme to use for HTML and HTML Help pages. See the documentation for
153 # a list of builtin themes.
154 #
155 html_theme = 'alabaster'
156
157 # Theme options are theme-specific and customize the look and feel of a theme
158 # further. For a list of options available for each theme, see the
159 # documentation.
160 #
161 html_theme_options = {
162 'fixed_sidebar': True,
163 'sidebar_includehidden': False,
164 'sidebar_collapse': False,
165 'globaltoc_collapse': False,
166 'show_relbar_bottom': True,
167 'show_powered_by': False,
168
169 'extra_nav_links': {
170 'Proxmox Homepage': 'https://proxmox.com',
171 'PDF': 'proxmox-backup.pdf',
172 'API Viewer' : 'api-viewer/index.html',
173 'Prune Simulator' : 'prune-simulator/index.html',
174 'LTO Barcode Generator' : 'lto-barcode/index.html',
175 },
176
177 'sidebar_width': '320px',
178 'page_width': '1320px',
179 # font styles
180 'head_font_family': 'Lato, sans-serif',
181 'caption_font_family': 'Lato, sans-serif',
182 'caption_font_size': '20px',
183 'font_family': 'Open Sans, sans-serif',
184 }
185
186 # Alabaster theme recommends setting this fixed.
187 # If you switch theme this needs to removed, probably.
188 html_sidebars = {
189 '**': [
190 'sidebar-header.html',
191 'searchbox.html',
192 'navigation.html',
193 'relations.html',
194 ],
195
196 'index': [
197 'sidebar-header.html',
198 'searchbox.html',
199 'index-sidebar.html',
200 ]
201 }
202
203
204 # Add any paths that contain custom themes here, relative to this directory.
205 # html_theme_path = []
206
207 # The name for this set of Sphinx documents.
208 # "<project> v<release> documentation" by default.
209 #
210 # html_title = 'Proxmox Backup v1.0-1'
211
212 # A shorter title for the navigation bar. Default is the same as html_title.
213 #
214 # html_short_title = None
215
216 # The name of an image file (relative to this directory) to place at the top
217 # of the sidebar.
218 #
219 #html_logo = 'images/proxmox-logo.svg' # replaced by html_theme_options.logo
220
221 # The name of an image file (relative to this directory) to use as a favicon of
222 # the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
223 # pixels large.
224 #
225 html_favicon = 'images/favicon.ico'
226
227 # Add any paths that contain custom static files (such as style sheets) here,
228 # relative to this directory. They are copied after the builtin static files,
229 # so a file named "default.css" will overwrite the builtin "default.css".
230 html_static_path = ['_static']
231
232 html_js_files = [
233 'custom.js',
234 ]
235
236 # Add any extra paths that contain custom files (such as robots.txt or
237 # .htaccess) here, relative to this directory. These files are copied
238 # directly to the root of the documentation.
239 #
240 # html_extra_path = []
241
242 # If not None, a 'Last updated on:' timestamp is inserted at every page
243 # bottom, using the given strftime format.
244 # The empty string is equivalent to '%b %d, %Y'.
245 #
246 # html_last_updated_fmt = None
247
248 # We need to disable smatquotes, else Option Lists do not display long options
249 smartquotes = False
250
251 # Additional templates that should be rendered to pages, maps page names to
252 # template names.
253 #
254 # html_additional_pages = {}
255
256 # If false, no module index is generated.
257 #
258 # html_domain_indices = True
259
260 # If false, no index is generated.
261 #
262 # html_use_index = True
263
264 # If true, the index is split into individual pages for each letter.
265 #
266 # html_split_index = False
267
268 # If true, links to the reST sources are added to the pages.
269 #
270 html_show_sourcelink = False
271
272 # If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
273 #
274 # html_show_sphinx = True
275
276 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
277 #
278 # html_show_copyright = True
279
280 # If true, an OpenSearch description file will be output, and all pages will
281 # contain a <link> tag referring to it. The value of this option must be the
282 # base URL from which the finished HTML is served.
283 #
284 # html_use_opensearch = ''
285
286 # This is the file name suffix for HTML files (e.g. ".xhtml").
287 # html_file_suffix = None
288
289 # Language to be used for generating the HTML full-text search index.
290 # Sphinx supports the following languages:
291 # 'da', 'de', 'en', 'es', 'fi', 'fr', 'h', 'it', 'ja'
292 # 'nl', 'no', 'pt', 'ro', 'r', 'sv', 'tr', 'zh'
293 #
294 # html_search_language = 'en'
295
296 # A dictionary with options for the search language support, empty by default.
297 # 'ja' uses this config value.
298 # 'zh' user can custom change `jieba` dictionary path.
299 #
300 # html_search_options = {'type': 'default'}
301
302 # The name of a javascript file (relative to the configuration directory) that
303 # implements a search results scorer. If empty, the default will be used.
304 #
305 # html_search_scorer = 'scorer.js'
306
307 # Output file base name for HTML help builder.
308 htmlhelp_basename = 'ProxmoxBackupdoc'
309
310 # -- Options for LaTeX output ---------------------------------------------
311
312 latex_engine = 'xelatex'
313
314 latex_elements = {
315 'fontenc': '\\usepackage{fontspec}',
316
317 # The paper size ('letterpaper' or 'a4paper').
318 #
319 'papersize': 'a4paper',
320
321 # The font size ('10pt', '11pt' or '12pt').
322 #
323 'pointsize': '10pt',
324
325 'fontpkg': r'''
326 \setmainfont{Open Sans}
327 \setsansfont{Lato}
328 \setmonofont{DejaVu Sans Mono}
329 ''',
330
331 # Additional stuff for the LaTeX preamble.
332 #
333 # 'preamble': '',
334
335 # Latex figure (float) alignment
336 #
337 # 'figure_align': 'htbp',
338 }
339
340 # Grouping the document tree into LaTeX files. List of tuples
341 # (source start file, target name, title,
342 # author, documentclass [howto, manual, or own class]).
343 latex_documents = [
344 (master_doc, 'ProxmoxBackup.tex', 'Proxmox Backup Documentation',
345 'Proxmox Support Team', 'manual'),
346 ]
347
348 # The name of an image file (relative to this directory) to place at the top of
349 # the title page.
350 #
351 #
352 # Note: newer sphinx 1.6 should be able to convert .svg to .png
353 # automatically using sphinx.ext.imgconverter
354 latex_logo = "images/proxmox-logo.png"
355
356 # For "manual" documents, if this is true, then toplevel headings are parts,
357 # not chapters.
358 #
359 # latex_use_parts = False
360
361 # If true, show page references after internal links.
362 #
363 # latex_show_pagerefs = False
364
365 # If true, show URL addresses after external links.
366 #
367 # latex_show_urls = False
368
369 # Documents to append as an appendix to all manuals.
370 #
371 # latex_appendices = []
372
373 # It false, will not define \strong, \code, itleref, \crossref ... but only
374 # \sphinxstrong, ..., \sphinxtitleref, ... To help avoid clash with user added
375 # packages.
376 #
377 # latex_keep_old_macro_names = True
378
379 # If false, no module index is generated.
380 #
381 # latex_domain_indices = True
382
383
384 # -- Options for Epub output ----------------------------------------------
385
386 # Bibliographic Dublin Core info.
387 epub_title = project
388 epub_author = author
389 epub_publisher = author
390 epub_copyright = copyright
391
392 # The basename for the epub file. It defaults to the project name.
393 # epub_basename = project
394
395 # The HTML theme for the epub output. Since the default themes are not
396 # optimized for small screen space, using the same theme for HTML and epub
397 # output is usually not wise. This defaults to 'epub', a theme designed to save
398 # visual space.
399 #
400 # epub_theme = 'epub'
401
402 # The language of the text. It defaults to the language option
403 # or 'en' if the language is not set.
404 #
405 # epub_language = ''
406
407 # The scheme of the identifier. Typical schemes are ISBN or URL.
408 # epub_scheme = ''
409
410 # The unique identifier of the text. This can be a ISBN number
411 # or the project homepage.
412 #
413 # epub_identifier = ''
414
415 # A unique identification for the text.
416 #
417 # epub_uid = ''
418
419 # A tuple containing the cover image and cover page html template filenames.
420 #
421 # epub_cover = ()
422
423 # A sequence of (type, uri, title) tuples for the guide element of content.opf.
424 #
425 # epub_guide = ()
426
427 # HTML files that should be inserted before the pages created by sphinx.
428 # The format is a list of tuples containing the path and title.
429 #
430 # epub_pre_files = []
431
432 # HTML files that should be inserted after the pages created by sphinx.
433 # The format is a list of tuples containing the path and title.
434 #
435 # epub_post_files = []
436
437 # A list of files that should not be packed into the epub file.
438 epub_exclude_files = ['search.html']
439
440 # The depth of the table of contents in toc.ncx.
441 #
442 # epub_tocdepth = 3
443
444 # Allow duplicate toc entries.
445 #
446 # epub_tocdup = True
447
448 # Choose between 'default' and 'includehidden'.
449 #
450 # epub_tocscope = 'default'
451
452 # Fix unsupported image types using the Pillow.
453 #
454 # epub_fix_images = False
455
456 # Scale large images.
457 #
458 # epub_max_image_width = 0
459
460 # How to display URL addresses: 'footnote', 'no', or 'inline'.
461 #
462 # epub_show_urls = 'inline'
463
464 # If false, no index is generated.
465 #
466 # epub_use_index = True
467
468 # use local mathjax package, symlink comes from debian/proxmox-backup-docs.links
469 mathjax_path = "mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML"