summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a77f797..9def6c9 100644
--- a/Makefile
+++ b/Makefile
@@ -46,8 +46,9 @@ clean-venv:
@rm -rf man/
dev-packages:
- @pip install nose mock restructuredtext_lint
- @pip install wheel twine
+ @pip install -U nose mock restructuredtext_lint
+ @pip install -U wheel twine
+ @pip install -U Sphinx
.PHONY: dist clean-build upload build-dist egg clean-pyc clean-venv
.PHONY: dev-packages