• Home
  • Raw
  • Download

Lines Matching +full:3 +full:- +full:tuples

1 # -*- coding: utf-8 -*-
4 # sphinx-quickstart on Fri Feb 12 13:51:46 2016.
22 major, minor, patch = sphinx.version_info[:3]
31 # -- General configuration ------------------------------------------------
45 # cdomain is badly broken in Sphinx 3+. Leaving it out generates *most*
49 if major >= 3:
54 if (major > 3) or (minor > 0 or patch >= 2):
121 if (major == 1 and minor > 3) or (major > 1):
135 #source_encoding = 'utf-8-sig'
182 # non-false value, then it is used:
195 # If true, '()' will be appended to :func: etc. cross-reference text.
221 # -- Options for HTML output ----------------------------------------------
227 # - https://github.com/snide/sphinx_rtd_theme
228 # - https://pypi.python.org/pypi/sphinx_rtd_theme
229 # - python-sphinx-rtd-theme package (on Debian)
237 # Theme options are theme-specific and customize the look and feel of a theme
265 html_static_path = ['sphinx-static']
319 # Language to be used for generating the HTML full-text search index.
336 # -- Options for LaTeX output ---------------------------------------------
348 # Don't mangle with UTF-8 chars
354 % Use some font with UTF-8 support with XeLaTeX
365 cjk_cmd = check_output(['fc-list', '--format="%{family[0]}\n"']).decode('utf-8', 'ignore')
375 if major == 1 and minor > 3:
380 elif major == 1 and (minor > 5 or (minor == 5 and patch >= 3)):
400 \\addtolength{\\mynoticelength}{-2\\fboxsep}
401 \\addtolength{\\mynoticelength}{-2\\fboxrule}
459 # Grouping the document tree into LaTeX files. List of tuples
502 # -- Options for manual page output ---------------------------------------
504 # One entry per manual page. List of tuples
515 # -- Options for Texinfo output -------------------------------------------
517 # Grouping the document tree into Texinfo files. List of tuples
539 # -- Options for Epub output ----------------------------------------------
573 # A sequence of (type, uri, title) tuples for the guide element of content.opf.
577 # The format is a list of tuples containing the path and title.
581 # The format is a list of tuples containing the path and title.
588 #epub_tocdepth = 3
611 # Grouping the document tree into PDF files. List of tuples
617 # multiple PDF files here actually tries to get the cross-referencing right
620 ('kernel-documentation', u'Kernel', u'Kernel', u'J. Random Bozo'),
623 # kernel-doc extension configuration for running Sphinx directly (e.g. by Read
626 kerneldoc_bin = '../scripts/kernel-doc'
629 # ------------------------------------------------------------------------------
632 # ------------------------------------------------------------------------------