File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,17 +79,23 @@ Without make
7979
8080You'll need to checkout the Sphinx package to the `tools/` directory::
8181
82- svn co http://svn.python.org/projects/doctools/trunk /sphinx tools/sphinx
82+ svn co http://svn.python.org/projects/external/Sphinx-0.6.1 /sphinx tools/sphinx
8383
8484Then, you need to install Docutils, either by checking it out via ::
8585
86- svn co http://svn.python.org/projects/external/docutils-0.4 /docutils tools/docutils
86+ svn co http://svn.python.org/projects/external/docutils-0.5 /docutils tools/docutils
8787
8888or by installing it from http://docutils.sf.net/.
8989
90+ You also need Jinja2, either by checking it out via ::
91+
92+ svn co http://svn.python.org/projects/external/Jinja-2.1.1/jinja2 tools/jinja2
93+
94+ or by installing it from PyPI.
95+
9096You can optionally also install Pygments, either as a checkout via ::
9197
92- svn co http://svn.python.org/projects/external/Pygments-0.9 /pygments tools/pygments
98+ svn co http://svn.python.org/projects/external/Pygments-0.11.1 /pygments tools/pygments
9399
94100or from PyPI at http://pypi.python.org/pypi/Pygments.
95101
You can’t perform that action at this time.
0 commit comments