Differences between revisions 1 and 2
Revision 1 as of 2008-12-27 20:36:58
Size: 1158
Comment: add sphinx 0.5
Revision 2 as of 2022-04-05 01:16:03
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Sphinx =

== Description ==

Sphinx is a tool that makes it easy to create intelligent and
beautiful documentation for Python projects (or other documents
consisting of multiple reStructuredText sources), written by Georg
Brandl. It was originally created to translate the new Python
documentation, but has now been cleaned up in the hope that it will be
useful to many other projects.

== License ==

Modified BSD

== SPKG Maintainers ==

Mike Hansen <[email protected]>

== Upstream Contact ==

Author: Georg Brandl <georg at python org>
Home Page: http://sphinx.pocoo.org/

== Dependencies ==

This depends on Jinja >= 1.1, Pygments>=0.8, and docutils>=0.4.

== Special Update/Build Instructions ==

A patch was added to support highlighting the "sage:" prompts.

== Changelog ==

=== 0.5 (Mike Hansen, December 1st, 2008) ===
 * Updated to version 0.5

=== svn 66476 (Mike Hansen, September 15th, 2008) ===
 * Initial version