diff --git a/Makefile b/Makefile index 160431c..81c8118 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: @echo "targets: dist, docs, upload, install, clean, test" docs: - $(PYTHON) setup.py build_sphinx + sphinx-build docs/source build/docs dist: $(PYTHON) setup.py sdist bdist_wheel