collective / sphinxcontrib-httpexample

Adds example directive for sphinx-contrib httpdomain
23 stars 20 forks source link

No such file or directory: sphinxcontrib_httpexample-0.4.2-py2.7.egg/sphinxcontrib/httpexample/static/sphinxcontrib-httpexample.css #3

Closed tisto closed 7 years ago

tisto commented 7 years ago

Running bin/sphinxbuilder on the plone.restapi repo leads to the following traceback:

Copying osexample stylesheet/javascript... done

Exception occurred:
  File "/usr/lib/python2.7/shutil.py", line 82, in copyfile
    with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: '/home/timo/.buildout/eggs/sphinxcontrib_httpexample-0.5.1-py2.7.egg/sphinxcontrib/httpexample/static/sphinxcontrib-httpexample.css'
The full traceback has been saved in /tmp/sphinx-err-IjaX9j.log, if you want to report the issue to the developers.
tisto commented 7 years ago

OS: Ubuntu 14.04, Python 2.7. It seems the static folder is indeed missing from the release. Maybe a MANIFEST.ini issue?

csenger commented 7 years ago

I fixed the packaging.

@datakurre Can you cut a new release or add me to pypi?

datakurre commented 7 years ago

@csenger, @tisto Thanks. I added @csenger to PyPI maintainers of the package.

csenger commented 7 years ago

Fixed in 0.5.2.