conf.py (b23c4771ff62de8ca9b5e4a2d64491b2fb6f8f69) | conf.py (93431e0607e58a3c997a134adc0fad4fdc147dab) |
---|---|
1# -*- coding: utf-8 -*- 2# 3# The Linux Kernel documentation build configuration file, created by 4# sphinx-quickstart on Fri Feb 12 13:51:46 2016. 5# 6# This file is execfile()d with the current directory set to its 7# containing dir. 8# --- 524 unchanged lines hidden (view full) --- 533#epub_use_index = True 534 535#======= 536# rst2pdf 537# 538# Grouping the document tree into PDF files. List of tuples 539# (source start file, target name, title, author, options). 540# | 1# -*- coding: utf-8 -*- 2# 3# The Linux Kernel documentation build configuration file, created by 4# sphinx-quickstart on Fri Feb 12 13:51:46 2016. 5# 6# This file is execfile()d with the current directory set to its 7# containing dir. 8# --- 524 unchanged lines hidden (view full) --- 533#epub_use_index = True 534 535#======= 536# rst2pdf 537# 538# Grouping the document tree into PDF files. List of tuples 539# (source start file, target name, title, author, options). 540# |
541# See the Sphinx chapter of http://ralsina.me/static/manual.pdf | 541# See the Sphinx chapter of https://ralsina.me/static/manual.pdf |
542# 543# FIXME: Do not add the index file here; the result will be too big. Adding 544# multiple PDF files here actually tries to get the cross-referencing right 545# *between* PDF files. 546pdf_documents = [ 547 ('kernel-documentation', u'Kernel', u'Kernel', u'J. Random Bozo'), 548] 549 550# kernel-doc extension configuration for running Sphinx directly (e.g. by Read 551# the Docs). In a normal build, these are supplied from the Makefile via command 552# line arguments. 553kerneldoc_bin = '../scripts/kernel-doc' 554kerneldoc_srctree = '..' 555 556# ------------------------------------------------------------------------------ 557# Since loadConfig overwrites settings from the global namespace, it has to be 558# the last statement in the conf.py file 559# ------------------------------------------------------------------------------ 560loadConfig(globals()) | 542# 543# FIXME: Do not add the index file here; the result will be too big. Adding 544# multiple PDF files here actually tries to get the cross-referencing right 545# *between* PDF files. 546pdf_documents = [ 547 ('kernel-documentation', u'Kernel', u'Kernel', u'J. Random Bozo'), 548] 549 550# kernel-doc extension configuration for running Sphinx directly (e.g. by Read 551# the Docs). In a normal build, these are supplied from the Makefile via command 552# line arguments. 553kerneldoc_bin = '../scripts/kernel-doc' 554kerneldoc_srctree = '..' 555 556# ------------------------------------------------------------------------------ 557# Since loadConfig overwrites settings from the global namespace, it has to be 558# the last statement in the conf.py file 559# ------------------------------------------------------------------------------ 560loadConfig(globals()) |