From 1c6ee67350cecfd1023dc1b82a727a96a8a66af2 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Wed, 12 Dec 2012 23:02:30 +0000 Subject: docs: Initial Sphinx setup for Clang. I don't think this will be visible just yet on 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170042 91177308-0d34-0410-b5e6-96231b3b80d8 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6be9976262..ea2ff508de 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,5 @@ cscope.out #==============================================================================# # Clang extra user tools, which is tracked independently (clang-tools-extra). tools/extra +# Sphinx build products +docs/_build -- cgit v1.2.1