From e75c6b6d48d857a95750f63923ea7d26c220a9a4 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 --- llvm/docs/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index 0907df5..9741b81 100644 --- a/llvm/docs/index.rst +++ b/llvm/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. -- 2.7.4