- Notifications
You must be signed in to change notification settings - Fork321
Description
Not sure how pypiserver is meant to behave with upload_docs but it looks wrong to me.
I am building package docs using sphinx and then running the upload_docs command to upload them to my pypiserver (apache2 and wsgi). I get a 200 response saying that everything went well, but I cannot find the documentation saved on the server and not visible in the index.
Scenario 1 - pypiserver does not support documentation uploads. If this is the case it would be good if it returned a 501 not implemented response so people knew
Scenario 2 - pypiserver is accepting the upload_docs command but is hiding the documentation somewhere. The documentation could be uploaded to describe where the docs get saved, how to view them in the web interface and how to change the documentation folder.
I'd be happy to add some code to do either if theres an agreement on which if these options is correct.
Pete