[Checkins] SVN: zope2docs/branches/baijum-reorganize/ - Use local Sphinx to generate outputs

Baiju M baiju.m.mail at gmail.com
Sat Oct 10 01:25:28 EDT 2009


Log message for revision 104981:
  - Use local Sphinx to generate outputs
  - Add 'docutils' as explicit dependency
  - Pin version of Sphinx & docutils
  

Changed:
  U   zope2docs/branches/baijum-reorganize/Makefile
  U   zope2docs/branches/baijum-reorganize/buildout.cfg

-=-
Modified: zope2docs/branches/baijum-reorganize/Makefile
===================================================================
--- zope2docs/branches/baijum-reorganize/Makefile	2009-10-10 05:17:25 UTC (rev 104980)
+++ zope2docs/branches/baijum-reorganize/Makefile	2009-10-10 05:25:27 UTC (rev 104981)
@@ -3,7 +3,7 @@
 
 # You can set these variables from the command line.
 SPHINXOPTS    =
-SPHINXBUILD   = sphinx-build
+SPHINXBUILD   = ./bin/sphinx-build
 PAPER         =
 
 # Internal variables.

Modified: zope2docs/branches/baijum-reorganize/buildout.cfg
===================================================================
--- zope2docs/branches/baijum-reorganize/buildout.cfg	2009-10-10 05:17:25 UTC (rev 104980)
+++ zope2docs/branches/baijum-reorganize/buildout.cfg	2009-10-10 05:25:27 UTC (rev 104981)
@@ -15,7 +15,8 @@
 [stxpy]
 recipe = zc.recipe.egg
 eggs =
-    Sphinx
+    Sphinx==0.6.3
+    docutils==0.5
 interpreter = stxpy
 scripts =
     sphinx-build



More information about the checkins mailing list