Re: [Distutils] [Python-Dev] pythonhosted.org upload no longer works

2016-10-10 Thread Paul Moore
On 10 October 2016 at 14:34, Giampaolo Rodola' wrote: > This is what I've bumped into just now: > > python setup.py upload_sphinx --upload-dir=docs/_build/html > running upload_sphinx > Submitting documentation to https://upload.pypi.org/legacy/ > Upload failed (410): Uploading documentation is no

Re: [Distutils] [Python-Dev] pythonhosted.org upload no longer works

2016-10-10 Thread Giampaolo Rodola'
Thanks Paul, no I wasn't aware of that, and I will subscribe to distutils-sig from now on. I don't remember ever receiving a warrant about this decision but it's entirely possible I may have forgot. =) So long story short is that I will have to move the doc on readthedocs, correct? Does pythonhoste

Re: [Distutils] [Python-Dev] pythonhosted.org upload no longer works

2016-10-10 Thread Donald Stufft
You’re using the new PyPI (either by getting a new default from a new version of Python or Twine OR explicitly switching to it yourself) which has this disabled. You can still upload to legacy PyPI by switching the default back. That will restore the ability to upload docs to pythonhosted.org.

Re: [Distutils] [Python-Dev] pythonhosted.org upload no longer works

2016-10-10 Thread Guido van Rossum
Honestly I like readthedocs a lot, and I actually *don't* like docs that look too much like the standard Python docs -- it should be clear to readers (subliminally, through page style, not just be parsing the URL) that they're reading third party docs. On Mon, Oct 10, 2016 at 9:06 AM, Donald Stuff

Re: [Distutils] [Python-Dev] pythonhosted.org upload no longer works

2016-10-10 Thread tritium-list
> -Original Message- > From: Distutils-SIG [mailto:distutils-sig-bounces+tritium- > list=sdamon@python.org] On Behalf Of Guido van Rossum > Sent: Monday, October 10, 2016 12:27 PM > To: Donald Stufft > Cc: Distutils ; Giampaolo Rodola' > ; python-dev > Subject: Re: [Distutils] [Pyth

Re: [Distutils] [Python-Dev] pythonhosted.org upload no longer works

2016-10-10 Thread Guido van Rossum
I only mentioned it because the OP mentioned the theme as one of his reasons to prefer one over the other. On Mon, Oct 10, 2016 at 8:16 PM, wrote: > > >> -Original Message- >> From: Distutils-SIG [mailto:distutils-sig-bounces+tritium- >> list=sdamon@python.org] On Behalf Of Guido van