mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add hint about installing docutils.
This commit is contained in:
10
README
10
README
@@ -8,13 +8,17 @@ This project uses Python 2.5 features, so you'll need a working Python
|
||||
2.5 setup. Docutils 0.4 is required, the Docutils SVN trunk does not
|
||||
work at the moment, but I don't expect it to be difficult to fix that.
|
||||
|
||||
Docutils can be installed from the PyPI (Cheese Shop) via ``easy_install``
|
||||
or from http://docutils.sourceforge.net/.
|
||||
|
||||
If you want code highlighting, you need Pygments >= 0.8, easily
|
||||
installable from PyPI. Jinja, the template engine, is included as a
|
||||
SVN external.
|
||||
|
||||
For the rest of this document, let's assume that you have a Python
|
||||
checkout (you need the 2.6 line, i.e. the trunk) in ~/devel/python and
|
||||
this checkout in the current directory.
|
||||
checkout (you need the 2.6 line, i.e. the trunk -- the SVN URL for readonly
|
||||
access is http://svn.python.org/projects/python/trunk) in ~/devel/python
|
||||
and this checkout in the current directory.
|
||||
|
||||
To convert the LaTeX doc to reST, you first have to apply the patch in
|
||||
``etc/inst.diff`` to the ``inst/inst.tex`` LaTeX file in the Python
|
||||
@@ -83,4 +87,4 @@ tree, already lists most of the markup and features, both standard reST and
|
||||
additional, that can be used in the source docs.
|
||||
|
||||
More reST docs are at http://docutils.sf.net/rst.html, tutorials can be found on
|
||||
the web.
|
||||
the web.
|
||||
|
||||
Reference in New Issue
Block a user