# HG changeset patch # User Thomas De Schampheleire # Date 2019-03-18 21:30:51 # Node ID cf81d586cf07d61720805c15cc7ff18a4fa1a338 # Parent 30e3d0a14f09295368cb08ba4ecef0cc4ff0ce14 scripts/make-release: remove uploading of PyPI docs This is now replaced by ReadTheDocs. diff --git a/scripts/make-release b/scripts/make-release --- a/scripts/make-release +++ b/scripts/make-release @@ -20,7 +20,7 @@ virtualenv -p python2 "$venv" echo "Install/verify tools needed for building and uploading stuff" pip install --upgrade -e . -pip install --upgrade -r dev_requirements.txt Sphinx-PyPI-upload +pip install --upgrade -r dev_requirements.txt echo "Cleanup and update copyrights ... and clean checkout" scripts/run-all-cleanup @@ -50,7 +50,7 @@ echo "Verify dist file content" diff -u <((hg mani | grep -v '^\.hg') | LANG=C sort) <(tar tf dist/Kallithea-$version.tar.gz | sed "s|^$namerel/||" | grep . | grep -v '^kallithea/i18n/.*/LC_MESSAGES/kallithea.mo$\|^Kallithea.egg-info/\|^PKG-INFO$\|/$' | LANG=C sort) echo "Verify docs build" -python2 setup.py build_sphinx # not used yet ... but we want to make sure it builds +python2 setup.py build_sphinx # the results are not actually used, but we want to make sure it builds cat - << EOT @@ -69,11 +69,6 @@ echo -n "Enter \"pypi\" to upload Kallit read answer [ "$answer" = "pypi" ] -echo "Upload docs to pypi" -# See https://wiki.python.org/moin/PyPiDocumentationHosting -python2 setup.py build_sphinx upload_sphinx -xdg-open http://packages.python.org/Kallithea/installation.html - echo "Rebuild readthedocs for docs.kallithea-scm.org" xdg-open https://readthedocs.org/projects/kallithea/ curl -X POST http://readthedocs.org/build/kallithea