Removed docs-init (depended on missing docs/requirements.txt)

This commit is contained in:
mattkohl
2017-02-10 10:45:06 +00:00
parent 0bea453913
commit a0b97253c2
-4
View File
@@ -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"