From a0b97253c2f29022c55cfef2453068437f523d56 Mon Sep 17 00:00:00 2001 From: mattkohl Date: Fri, 10 Feb 2017 10:45:06 +0000 Subject: [PATCH] Removed docs-init (depended on missing docs/requirements.txt) --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index d3822803..ee737f9e 100644 --- a/Makefile +++ b/Makefile @@ -52,10 +52,6 @@ publish: twine upload dist/* rm -fr build dist .egg requests.egg-info - -docs-init: - pip install -r docs/requirements.txt - docs: cd docs && make html @echo "\033[95m\n\nBuild successful! View the docs homepage at docs/_build/html/index.html.\n\033[0m"