abhilekhsingh / gc3pie

Automatically exported from code.google.com/p/gc3pie
0 stars 0 forks source link

release.sh does not upload documentation to PyPI #398

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run e.g. `release.sh branches/2.1 2.1.0rc1`

What is the expected output? What do you see instead?

everything works up to the point where it should upload the documentation to 
PyPI; this last step fails with:

    running upload_sphinx
    error: no files found in upload directory 'build/sphinx'

Indeed, the `build/sphinx` directory is empty, and there is no reason why 
anything should be there...

Original issue reported on code.google.com by riccardo.murri@gmail.com on 26 Apr 2013 at 4:25

GoogleCodeExporter commented 9 years ago
Riccardo, I think you have better experience on sphynx and setuptools, do you 
think you can take care of it?

Original comment by antonio....@gmail.com on 28 Nov 2013 at 2:45