aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/conf.py
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2016-11-02 13:05:59 +0200
committerJani Nikula <jani.nikula@intel.com>2016-11-03 12:38:25 +0200
commit8d26d90ba3e1cfb75c4af2882045ca2c8120fbab (patch)
tree7517d80d662746c38aed2883bf0964dd0244fb8b /Documentation/conf.py
parentDocumentation/sphinx: fix make SPHINXDIRS="dirs" pdfdocs for more than one dir (diff)
downloadlinux-dev-8d26d90ba3e1cfb75c4af2882045ca2c8120fbab.tar.xz
linux-dev-8d26d90ba3e1cfb75c4af2882045ca2c8120fbab.zip
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 <mchehab@s-opensource.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r--Documentation/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py
index d9bad21dd427..7830051b6837 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'),