tomdz

Results 22 comments of tomdz

The reason I was asking for the code is that the error indicates concurrent access to the output collector which shouldn't happen unless it's coming from Esper, and with the...

I created #11 for specifying a different `conf.py` since Sphinx supports that out of the box (-c option).

Could you update the build stuff accordingly (https://github.com/tomdz/sphinx-maven/tree/master/src/main/build) ?

@azarai Are the additional Python modules the only changes in `sphinx.jar` ?

I probably have to add a few more python modules to the sphinx build contained in the plugin.

I can add some doc for it, but it's basically trial-and-error figuring out which packages to add, and then adding those steps to the `src/main/build/update-sphinx.sh` script which generates the sphinx...

Unfortunately, rst2pdf doesn't currently work under Jython because it relies on the CPython parser module (https://code.google.com/p/rst2pdf/issues/detail?id=458&thanks=458&ts=1342328898)

@rgoers I've committed a first version with PDF support, please give it a whirl.

The library that generates the PDF, ReportLab, has code that uses Java's ImageIO instead of PIL (which doesn't work on Jython), but I suspect there is a bug in it....

I have an open issue in storm for this (https://github.com/nathanmarz/storm/issues/201). The tests run fine when run individually, but not when run all at once. Maybe this has been fixed in...