From 407a0cb703b397a2a1a67a16066df9ca99bc1b92 Mon Sep 17 00:00:00 2001 From: DeForest Richards Date: Sat, 21 Sep 2019 14:29:19 +0000 Subject: [PATCH] [Docs] Bug fix for document not included in toctree Fixes 'document not included in toctree' bug for FAQ and Lexicon topics. llvm-svn: 372470 --- docs/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 0907df5483f..9741b816e5a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,6 +21,9 @@ Several introductory papers and presentations. .. toctree:: :hidden: + FAQ + Lexicon + `Introduction to the LLVM Compiler`__ Presentation providing a users introduction to LLVM.