RE:how to build sphinx doc when there is extension

2016-08-31 Thread PICCA Frederic-Emmanuel
Hello > I agree with Ben that you shouldn’t really be using Sphinx for testing > your source. ok but thanks to this I found some missing binary dependencies during the build process... so it increased the quality of my packages. Even if I would prefer a complet unit test suite... I could put th

RE:how to build sphinx doc when there is extension

2016-08-30 Thread PICCA Frederic-Emmanuel
> how about doing it outside pybuild? Do you really need to build it for > each interpreter / version? It is a sort of unit test during the build that auto-doc works for all versions of the interpreter. th eunit test is try to import all the modules provided by a packages. Is there something w