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

1 # -*- coding: utf-8 -*-
4 # sphinx-quickstart on Fri Feb 12 13:51:46 2016.
21 # ------
47 # -- General configuration ------------------------------------------------
53 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
171 #source_encoding = 'utf-8-sig'
213 # command-line options and find it for ourselves.
224 return c_version + '-' + c_release
236 # non-false value, then it is used:
249 # If true, '()' will be appended to :func: etc. cross-reference text.
275 # -- Options for HTML output ----------------------------------------------
293 # Add any paths that contain custom static files (such as style sheets) here,
309 # Add color-specific RTD normal mode
313 'navigation_depth': -1,
345 # Add any paths that contain custom static files (such as style sheets) here,
348 html_static_path = ['sphinx-static']
351 # to typographically correct entities. However, conversion of "--" to "—"
355 # Custom sidebar templates, maps document names to template names.
356 # Note that the RTD theme ignores this
357 html_sidebars = { '**': ['searchbox.html', 'kernel-toc.html', 'sourcelink.html']}
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}
486 'sphinx/kerneldoc-preamble.sty',
490 # -- Options for manual page output ---------------------------------------
503 # -- Options for Texinfo output -------------------------------------------
514 # -- Options for Epub output ----------------------------------------------
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 # ------------------------------------------------------------------------------