Remove support for building docs, now that docs support for pypi is deprecated. I hope at some point RTD comes up with an API that once again allows automatic building of docs.

This commit is contained in:
Jason R. Coombs
2016-09-14 21:00:50 -04:00
parent 629d80f45d
commit 03c1cc8684
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[aliases]
release = dists build_sphinx upload upload_docs
release = dists upload
dists = clean --all sdist bdist_wheel
test = pytest