diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-08-18 16:35:48 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-08-18 16:35:48 +0000 |
| commit | 558887052947e2c18786c3013620cbca299bae5f (patch) | |
| tree | e40e67006c9e2e8060a082b442f6a2a4779650c8 /docs/internals | |
| parent | d9bba6b13f39da08353cf8c9f63e22cc325e397f (diff) | |
[1.2.X] Fixed #14111 -- Updated Sphinx version recommendation in documentation. Thanks, Ramiro Morales and Paul McMillan.
Backport of r13604 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13605 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/documentation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/documentation.txt b/docs/internals/documentation.txt index 9aa8551266..d12e35e195 100644 --- a/docs/internals/documentation.txt +++ b/docs/internals/documentation.txt @@ -18,7 +18,7 @@ Sphinx -- ``easy_install Sphinx`` should do the trick. .. note:: Generation of the Django documentation will work with Sphinx version 0.6 - or newer, but we recommend going straigh to Sphinx 1.0 or newer. + or newer, but we recommend going straigh to Sphinx 1.0.2 or newer. Then, building the html is easy; just ``make html`` from the ``docs`` directory. |
