summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2017-02-03 13:31:34 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2017-02-03 13:31:34 +0100
commit0efe637c5e6370f142da2f6ba54122015ca7dcc3 (patch)
tree80ea77f0f9641bd59e81f322ea97a0da24242fd0
parentb83c45b56512301976f57edbaf6aae789791a149 (diff)
downloadpsutil-0efe637c5e6370f142da2f6ba54122015ca7dcc3.tar.gz
makefile: remove upload-doc (outdated)
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 9f802ec1..cad65e0c 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,6 @@ DEPS = argparse \
requests \
setuptools \
sphinx \
- sphinx-pypi-upload \
twine \
unittest2
@@ -197,12 +196,6 @@ install-git-hooks:
upload-src: clean
$(PYTHON) setup.py sdist upload
-# Build and upload doc on https://pythonhosted.org/psutil/.
-# Requires "pip install sphinx-pypi-upload".
-upload-doc:
- cd docs && make html
- $(PYTHON) setup.py upload_sphinx --upload-dir=docs/_build/html
-
# Download exes/wheels hosted on appveyor.
win-download-exes:
$(PYTHON) scripts/internal/download_exes.py --user giampaolo --project psutil