From 088535f046a7cd2b32397db58a841f1c2be2853e Mon Sep 17 00:00:00 2001 From: Jordi Llonch Date: Wed, 13 Nov 2013 04:13:14 +1100 Subject: [PATCH] Added Sphinx documentation --- Python.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index fbb82810..3d578453 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -42,3 +42,7 @@ coverage.xml # Django stuff: *.log *.pot + +# Sphinx documentation +docs/_build/ +