Skip to content

Commit

Permalink
Do not upload docs to PyPI
Browse files Browse the repository at this point in the history
It seems Read The Docs has been officially sanctioned
as the proper place to upload documentation to and hence
PyPI docs has been deprecated
  • Loading branch information
Almad committed Dec 28, 2017
1 parent 87cf904 commit 90eacce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,6 @@ def build_release():
# create wheel & update to pypi
sh('paver bdist_wheel upload')

# also upload sphinx documentation
sh('paver upload_sphinx --upload-dir=paver/docs')

finally:
release_clone.rmtree_p()

Expand Down
1 change: 0 additions & 1 deletion release-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ pip>=1.4
setuptools>=0.9
six
sphinx
Sphinx-PyPI-upload
wheel>=0.21

0 comments on commit 90eacce

Please sign in to comment.