diff --git a/Documentation/conf.py b/Documentation/conf.py index 224240b5bc50..96b7aa66c89c 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -411,7 +411,7 @@ epub_exclude_files = ['search.html'] # multiple PDF files here actually tries to get the cross-referencing right # *between* PDF files. pdf_documents = [ - ('index', u'Kernel', u'Kernel', u'J. Random Bozo'), + ('kernel-documentation', u'Kernel', u'Kernel', u'J. Random Bozo'), ] # kernel-doc extension configuration for running Sphinx directly (e.g. by Read