-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uploading Documentation #12
Comments
There’s a simple HTTP interface which is documented on the Python wiki and implemented in setuptools and distutils2. |
But "python setup.py upload_docs" has the same problem as the |
How so? You build and inspect the docs as you like, then use upload_docs to upload the existing files. |
With the following pypi configuration:
When I run the following command after building the docs: $ python setup.py upload_docs -r pypi
running upload_docs
Submitting documentation to https://pypi.python.org/pypi
Upload failed (401): Incorrect password
# -- AS EXPECTED: Empty password is not correct. REASON: upload_docs command requires also a cleartext password in ".pypirc", like the "upload" command (as expected). If am doing something wrong, please correct me. |
The last time I spoke to @dstufft about this we came to the conclusion that this isn't something we wish to support anymore. |
We need a sane way to upload documentation to PyPI
The text was updated successfully, but these errors were encountered: