diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-19 13:07:38 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-09-21 02:33:46 +0200 |
commit | f0ddda3e94136e14320be63f5dfb22114a4877cc (patch) | |
tree | 024ebd17ad20ac916091e3efad2056b3e5461e94 /Documentation/conf.py | |
parent | doc: development-process: rename files to rst (diff) | |
download | linux-f0ddda3e94136e14320be63f5dfb22114a4877cc.tar.xz linux-f0ddda3e94136e14320be63f5dfb22114a4877cc.zip |
docs-rst: create a book for the development process
Now that the files at Documentation/development-process/
were converted to ReST, make create a book at Sphinx.
As we'll have other books related to the development process,
we'll add it as a sub-book.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r-- | Documentation/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py index ab484e56e23c..d9fd92007fd6 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -338,6 +338,8 @@ latex_elements = { latex_documents = [ ('kernel-documentation', 'kernel-documentation.tex', 'The Linux Kernel Documentation', 'The kernel development community', 'manual'), + ('development-process/index', 'development-process.tex', 'Linux Kernel Development Documentation', + 'The kernel development community', 'manual'), ('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide', 'The kernel development community', 'manual'), ] |