aboutsummaryrefslogtreecommitdiff
path: root/docs/analyzer/conf.py
AgeCommit message (Collapse)Author
2013-01-07[docs/analyzer] Convert existing debug-checks document to Sphinx and link ↵Daniel Dunbar
into doctree. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171786 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-02analyzer: add initial Sphinx configurationSean Silva
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