docs: Initial Sphinx setup for Clang.
authorSean Silva <silvas@purdue.edu>
Wed, 12 Dec 2012 23:02:30 +0000 (23:02 +0000)
committerSean Silva <silvas@purdue.edu>
Wed, 12 Dec 2012 23:02:30 +0000 (23:02 +0000)
commit99b51c48ccd375be3111fe31d688d81dc8e1c41f
treef7fac0db67b0dda69d16c09558c590caa8c10c5d
parent7212ee4534066fa03d361763d5d7195c7a51c521
docs: Initial Sphinx setup for Clang.

I don't think this will be visible just yet on <clang.llvm.org/docs/>
since I don't think that the necessary server-side setup has taken
place.

Don't shoot me over the theme. I don't want to duplicate LLVM's theme
into the clang repo at the moment, so I just used one of Sphinx's
default themes.

llvm-svn: 170042
clang/.gitignore
clang/docs/Makefile.sphinx [new file with mode: 0644]
clang/docs/conf.py [new file with mode: 0644]
clang/docs/index.rst [new file with mode: 0644]
clang/docs/make.bat [new file with mode: 0644]