Lines Matching +full:c +full:- +full:version +full:- +full:name
1 # -*- coding: utf-8 -*-
4 # sphinx-quickstart on Fri Feb 12 13:51:46 2016.
21 # ------
31 # Get Sphinx version
47 # -- General configuration ------------------------------------------------
49 # If your documentation needs a minimal Sphinx version, state it here.
62 # Sphinx c function parser is more pedantic with regards to type
63 # checking. Due to that, having macros at c:function cause problems.
171 #source_encoding = 'utf-8-sig'
181 # The version info for the project you're documenting, acts as replacement for
182 # |version| and |release|, also used in various other places throughout the
185 # In a normal build, version and release are are set to KERNELVERSION and
196 if key == 'VERSION':
206 version = release = makefile_version + '.' + makefile_patchlevel variable
208 version = release = "unknown version" variable
211 # HACK: there seems to be no easy way for us to get at the version and
213 # command-line options and find it for ourselves.
218 if arg.startswith('version='):
224 return c_version + '-' + c_release
226 return version # Whatever we came up with before
236 # non-false value, then it is used:
249 # If true, '()' will be appended to :func: etc. cross-reference text.
252 # If true, the current module name will be prepended to all description
260 # The name of the Pygments (syntax highlighting) style to use.
272 primary_domain = 'c'
275 # -- Options for HTML output ----------------------------------------------
309 # Add color-specific RTD normal mode
313 'navigation_depth': -1,
348 html_static_path = ['sphinx-static']
351 # to typographically correct entities. However, conversion of "--" to "—"
357 html_sidebars = { '**': ['searchbox.html', 'kernel-toc.html', 'sourcelink.html']}
363 # The name of an image file (relative to this directory) to place at the top
367 # Output file base name for HTML help builder.
370 # -- Options for LaTeX output ---------------------------------------------
382 # Don't mangle with UTF-8 chars
399 # For CJK One-half spacing, need to be in front of hyperref
404 % Use some font with UTF-8 support with XeLaTeX
420 \\input{kerneldoc-preamble.sty}
443 # (source start file, target name, title,
464 # The name of an image file (relative to this directory) to place at the top of
486 'sphinx/kerneldoc-preamble.sty',
490 # -- Options for manual page output ---------------------------------------
493 # (source start file, name, description, authors, manual section).
503 # -- Options for Texinfo output -------------------------------------------
506 # (source start file, target name, title, author,
514 # -- Options for Epub output ----------------------------------------------
529 # (source start file, target name, title, author, options).
534 # multiple PDF files here actually tries to get the cross-referencing right
537 ('kernel-documentation', u'Kernel', u'Kernel', u'J. Random Bozo'),
540 # kernel-doc extension configuration for running Sphinx directly (e.g. by Read
543 kerneldoc_bin = '../scripts/kernel-doc'
546 # ------------------------------------------------------------------------------
549 # ------------------------------------------------------------------------------