From faa07c36f37b9ffc70bb0117155ad28d678ebbbb Mon Sep 17 00:00:00 2001 From: MinRK Date: Sun, 2 Jan 2011 16:00:59 -0800 Subject: [PATCH] added gh-pages command for GitHub hosted sphinx docs --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1f1c94384..9f2290212 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ build docs/dist docs/build/* docs/source/api/generated +docs/gh-pages *.py[co] build *.egg-info