From 4642793b8f27635a799cdc49fc9558559b0bc2f8 Mon Sep 17 00:00:00 2001 From: Frazer McLean Date: Sun, 29 May 2016 17:15:17 +0200 Subject: [PATCH] Remove shovel doc.upload, readthedocs used now --- shovel/doc.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/shovel/doc.py b/shovel/doc.py index 7adca11..4ce3480 100644 --- a/shovel/doc.py +++ b/shovel/doc.py @@ -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."""