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

svn at osgeo.org svn at osgeo.org
Thu Jul 8 10:42:59 EDT 2010


Author: jmckenna
Date: 2010-07-08 14:42:59 +0000 (Thu, 08 Jul 2010)
New Revision: 10302

Modified:
   branches/branch-5-6/docs/en/development/documentation.txt
Log:
add more sphinx 1.0 notes

Modified: branches/branch-5-6/docs/en/development/documentation.txt
===================================================================
--- branches/branch-5-6/docs/en/development/documentation.txt	2010-07-08 13:43:37 UTC (rev 10301)
+++ branches/branch-5-6/docs/en/development/documentation.txt	2010-07-08 14:42:59 UTC (rev 10302)
@@ -88,7 +88,12 @@
 
        easy_install Sphinx
 
-   ...you should see message: "Finished processing dependencies for Sphinx"          
+   ...you should see message: "Finished processing dependencies for Sphinx"   
+
+   .. note::
+   
+      Make sure you install Sphinx 1.0 or more recent.  See note above.
+   
 #. inside the /docs directory, execute:
 
    ::
@@ -118,6 +123,10 @@
    ::
 
        sudo easy_install Sphinx
+       
+   .. note::
+    
+      Make sure you install Sphinx 1.0 or more recent.  See note above.
 
 #. to process the docs, from the MapServer /docs directory, run:
 
@@ -146,6 +155,10 @@
    ::
 
        sudo easy_install Sphinx
+       
+   .. note::
+   
+      Make sure you install Sphinx 1.0 or more recent.  See note above.       
 
 # install MacTex from http://www.tug.org/mactex/2009/ if you want to build pdfs
 



More information about the mapserver-commits mailing list