From 0f48f9d5548b0617d6f17d11727d752aecb7da0c Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Wed, 2 Jan 2013 23:07:22 +0000 Subject: analyzer: add initial Sphinx configuration This is just the output of sphinx-quickstart. Now all that is needed to begin converting the analyzer docs to reST is the server-side setup. The analyzer folks have asked me to keep this segregated from the other clang docs since the analyzer is a logically separate project (and has its own separate web page) even though it resides in the clang tree. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171425 91177308-0d34-0410-b5e6-96231b3b80d8 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ea2ff508de..6c34e37f4c 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ cscope.out tools/extra # Sphinx build products docs/_build +docs/analyzer/_build -- cgit v1.2.1