Skip to content

Commit

Permalink
Don't need sphinxtogithub anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jul 8, 2011
1 parent 445734d commit 4fb010a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def qhtml(options):
@needs("clean_docs", "paver.doctools.html")
def ghdocs(options):
builtdocs = sphinx_builddir(options)
sh("sphinxtogithub", cwd=builtdocs)
sh("git checkout gh-pages && \
cp -r %s/* . && \
git commit . -m 'Rendered documentation for Github Pages.' && \
Expand Down

0 comments on commit 4fb010a

Please sign in to comment.