[mapserver-commits] r10210 - branches/branch-5-6/docs/en/development

svn at osgeo.org svn at osgeo.org
Tue Jun 8 11:49:27 EDT 2010


Author: jmckenna
Date: 2010-06-08 11:49:24 -0400 (Tue, 08 Jun 2010)
New Revision: 10210

Modified:
   branches/branch-5-6/docs/en/development/documentation.txt
Log:
add note about sphinx 1.0 requirement

Modified: branches/branch-5-6/docs/en/development/documentation.txt
===================================================================
--- branches/branch-5-6/docs/en/development/documentation.txt	2010-06-07 17:43:46 UTC (rev 10209)
+++ branches/branch-5-6/docs/en/development/documentation.txt	2010-06-08 15:49:24 UTC (rev 10210)
@@ -67,6 +67,16 @@
 Installing and Using Sphinx for rst-html Generation
 ---------------------------------------------------
 
+.. note::
+   
+    As of 2010-06-01 the MapServer site requires Sphinx 1.0.  You can browse
+    the versions of the Sphinx packages `here <http://pypi.python.org/pypi?%3Aaction=index>`__,
+    and then install the exact version such as:
+        
+    ::
+        
+        easy_install sphinx==1.0b2
+
 **On Windows:**
 
 #. install `Python 2.X`_
@@ -78,7 +88,7 @@
 
        easy_install Sphinx
 
-   ...you should see message: "Finished processing dependencies for Sphinx"
+   ...you should see message: "Finished processing dependencies for Sphinx"          
 #. inside the /docs directory, execute:
 
    ::



More information about the mapserver-commits mailing list