Skip to content

Commit

Permalink
Remove shovel doc.upload, readthedocs used now
Browse files Browse the repository at this point in the history
  • Loading branch information
RazerM committed May 29, 2016
1 parent 231a693 commit 4642793
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions shovel/doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ def watch():
print('watchdog is required (pip install watchdog)')


@task
def upload():
"""Generate, then upload to PyPI."""
gen()
call(['python', 'setup.py', 'upload_docs', '--upload-dir=doc/_build/dirhtml'])


@task
def gen():
"""Generate html and dirhtml output."""
Expand Down

0 comments on commit 4642793

Please sign in to comment.