pavement: ghdocs no longer uses sphinx-to-github as no longer necessary with .nojekyll

This commit is contained in:
Ask Solem 2011-09-05 13:04:54 +01:00
parent 5ebfc9791b
commit 8cfdacdf6a
1 changed files with 0 additions and 1 deletions

View File

@ -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.' && \