diff --git a/docs/internals/documentation.txt b/docs/internals/documentation.txt
a
|
b
|
|
18 | 18 | .. note:: |
19 | 19 | |
20 | 20 | Generation of the Django documentation will work with Sphinx version 0.6 |
21 | | or newer, but we recommend going straigh to Sphinx 1.0 or newer. |
| 21 | or newer, but we recommend going straigh to Sphinx 1.0.2 or newer. |
22 | 22 | |
23 | 23 | Then, building the html is easy; just ``make html`` from the ``docs`` directory. |
24 | 24 | |
diff --git a/docs/intro/whatsnext.txt b/docs/intro/whatsnext.txt
a
|
b
|
|
187 | 187 | |
188 | 188 | * The HTML documentation will be placed in ``docs/_build/html``. |
189 | 189 | |
190 | | .. warning:: |
| 190 | .. note:: |
191 | 191 | |
192 | | At the time of this writing, Django's using a version of Sphinx not |
193 | | yet released, so you'll currently need to install Sphinx from the |
194 | | source. We'll fix this shortly. |
| 192 | Generation of the Django documentation will work with Sphinx version 0.6 |
| 193 | or newer, but we recommend going straigh to Sphinx 1.0.2 or newer. |
195 | 194 | |
196 | 195 | __ http://sphinx.pocoo.org/ |
197 | 196 | __ http://www.gnu.org/software/make/ |