In sbt, you can now run sphinx:generatePdf and sphinx:generateEpub, which produce PDF and ePub versions of the documentation in the docs directory; authored in reStructuredText.
You will need to install Sphinx (easy_install -U Sphinx), you will also need LaTeX or MacTeX.
In
sbt
, you can now runsphinx:generatePdf
andsphinx:generateEpub
, which produce PDF and ePub versions of the documentation in thedocs
directory; authored in reStructuredText.You will need to install Sphinx (
easy_install -U Sphinx
), you will also need LaTeX or MacTeX.