Re: [Python-Dev] [Distutils] 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

Re: [Python-Dev] [Distutils] 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: [Python-Dev] [Distutils] 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: [Python-Dev] [Distutils] 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.