diff options
author | Sean Silva <silvas@purdue.edu> | 2013-01-02 23:07:22 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-01-02 23:07:22 +0000 |
commit | 0f48f9d5548b0617d6f17d11727d752aecb7da0c (patch) | |
tree | ba5b1262f52a8d2c1a0bea71fa7ff0659bf4e95f /.gitignore | |
parent | bdaeb8ab3c7ff30e736be46cbd9f66ebcfa8ea79 (diff) |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |