• Home
  • Raw
  • Download

Lines Matching +full:full +full:- +full:custom

1 # -*- coding: utf-8 -*-
4 # sphinx-quickstart on Fri Feb 12 13:51:46 2016.
31 # -- General configuration ------------------------------------------------
37 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
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
242 # Add any paths that contain custom themes here, relative to this directory.
261 # Add any paths that contain custom static files (such as style sheets) here,
265 html_static_path = ['sphinx-static']
273 # Add any extra paths that contain custom files (such as robots.txt or
286 # Custom sidebar templates, maps document names to template names.
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')
400 \\addtolength{\\mynoticelength}{-2\\fboxsep}
401 \\addtolength{\\mynoticelength}{-2\\fboxrule}
502 # -- Options for manual page output ---------------------------------------
515 # -- Options for Texinfo output -------------------------------------------
539 # -- Options for Epub output ----------------------------------------------
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 # ------------------------------------------------------------------------------