Skip to content
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

Fix hook for uploading docs on release #86

Open
ajm188 opened this issue Nov 9, 2016 · 3 comments
Open

Fix hook for uploading docs on release #86

ajm188 opened this issue Nov 9, 2016 · 3 comments

Comments

@ajm188
Copy link

ajm188 commented Nov 9, 2016

readthedocs is a bit out of date.

Probably easier to setup a jenkins/travis/etc job to update those when master changes.

@dnephin
Copy link
Owner

dnephin commented Nov 10, 2016

That's actually just the readthedocs theme hosted on the pypi docs hosting site. upload_docs is part of the dobi release step, so it is part of the automation. I just tried running it again, but it doesn't seem to be updated.

I think something is broken.

@ajm188
Copy link
Author

ajm188 commented Nov 10, 2016

Well, glad I helped uncover that :) Let me know if there's anything I can do to help dig into this.

@ajm188 ajm188 changed the title Set up hook for rebuilding sphinx documentation Fix hook for uploading docs on release Nov 10, 2016
@dnephin
Copy link
Owner

dnephin commented Jan 16, 2017

Apparently python setup.py upload_docs just doesn't work anymore. It claims to return a 200 ok, but it doesn't actually upload the directory that it claims to be reading.

I zipped up the latest docs and did a manual upload for now, but this issue definitely isn't fixed. I haven't been able to find any information about debugging uploads to pythonhosted.

readthedocs doesn't really support uploading static html (from what I can see), it expects to build the docs on the site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants