Skip to content

Commit

Permalink
Update fabfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jul 28, 2014
1 parent a9ac501 commit 43a0ad3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,6 @@ def setver():
local("mv newsetup setup.py")


def update_doc():
makedoc()
with lcd("docs/_build/html/"):
local("git add .")
local("git commit -a -m \"Update dev docs\"")
local("git push origin gh-pages")


def release():
setver()
test()
Expand Down

0 comments on commit 43a0ad3

Please sign in to comment.