slackbuilds_ponce/development/Sphinx
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
README development/Sphinx: Updated for version 1.0.5. 2010-12-30 00:48:37 -06:00
slack-desc
Sphinx.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
Sphinx.SlackBuild development/Sphinx: Updated for version 1.1.3. 2012-05-21 17:58:11 -05:00

Sphinx is a tool that translates a set of reStructuredText source
files into various output formats, automatically producing
cross-references, indices etc.  The focus is on hand-written
documentation, rather than auto-generated API docs.  Though there is
support for that kind of docs as well (which is intended to be
freely mixed with hand-written content).  If you need pure API docs
have a look at Epydoc, which also understands reST.

This requires pysetuptools, docutils, and Jinja2.
Pygments is an optional runtime-only dependency.