Author: jezdez
Date: 2010-08-18 11:34:50 -0500 (Wed, 18 Aug 2010)
New Revision: 13604
Modified:
django/trunk/docs/internals/documentation.txt
django/trunk/docs/intro/whatsnext.txt
Log:
Fixed #14111 -- Updated Sphinx version recommendation in documentation. Thanks,
Ramiro Morales and Paul McMillan.
Modified: django/trunk/docs/internals/documentation.txt
===================================================================
--- django/trunk/docs/internals/documentation.txt 2010-08-18 16:32:25 UTC
(rev 13603)
+++ django/trunk/docs/internals/documentation.txt 2010-08-18 16:34:50 UTC
(rev 13604)
@@ -18,7 +18,7 @@
.. 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.
Modified: django/trunk/docs/intro/whatsnext.txt
===================================================================
--- django/trunk/docs/intro/whatsnext.txt 2010-08-18 16:32:25 UTC (rev
13603)
+++ django/trunk/docs/intro/whatsnext.txt 2010-08-18 16:34:50 UTC (rev
13604)
@@ -187,11 +187,10 @@
* The HTML documentation will be placed in ``docs/_build/html``.
-.. warning::
+.. note::
- At the time of this writing, Django's using a version of Sphinx not
- yet released, so you'll currently need to install Sphinx from the
- source. We'll fix this shortly.
+ Generation of the Django documentation will work with Sphinx version 0.6
+ or newer, but we recommend going straight to Sphinx 1.0.2 or newer.
__ http://sphinx.pocoo.org/
__ http://www.gnu.org/software/make/
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.