From: Jani Nikula Date: Wed, 2 Nov 2016 11:05:59 +0000 (+0200) Subject: Documentation/sphinx: include admin-guide in the latex/pdf build X-Git-Tag: v4.14-rc1~1033^2~183^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d26d90ba3e1cfb75c4af2882045ca2c8120fbab;p=platform%2Fkernel%2Flinux-rpi.git Documentation/sphinx: include admin-guide in the latex/pdf build Fix the warning: WARNING: "latex_documents" config value references unknown document user/index Reviewed-by: Mauro Carvalho Chehab Signed-off-by: Jani Nikula --- diff --git a/Documentation/conf.py b/Documentation/conf.py index d9bad21..7830051 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -336,7 +336,7 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - ('user/index', 'linux-user.tex', 'Linux Kernel User Documentation', + ('admin-guide/index', 'linux-user.tex', 'Linux Kernel User Documentation', 'The kernel development community', 'manual'), ('kernel-documentation', 'kernel-documentation.tex', 'The Linux Kernel Documentation', 'The kernel development community', 'manual'),