From 8cfdacdf6aaf2e4f1bd168e5dfabd28c85a60302 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Mon, 5 Sep 2011 13:04:54 +0100 Subject: [PATCH] pavement: ghdocs no longer uses sphinx-to-github as no longer necessary with .nojekyll --- pavement.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pavement.py b/pavement.py index e00dda79..4c0c2070 100644 --- a/pavement.py +++ b/pavement.py @@ -37,7 +37,6 @@ def qhtml(options): @needs("clean_docs", "paver.doctools.html") def ghdocs(options): builtdocs = sphinx_builddir(options) - sh("sphinx-to-github", cwd=builtdocs) sh("git checkout gh-pages && \ cp -r %s/* . && \ git commit . -m 'Rendered documentation for Github Pages.' && \