On Thu, Sep 27, 2012 at 7:07 AM, john.tiger <[email protected]> wrote: > maybe it's late, but I cannot figure out the docs build from linux > "make html" did not work, neither did python conf.py - what am i missing ?
It would be helpful if you were somewhat more specific than "did not work". In any case, you need to install the Sphinx tool (written in Python), along with its dependencies (just docutils and pygments, I think). easy_install, pip, or your friendly local package manager should be able to handle this with ease. Cheers, Dirkjan
