[Zope-dev] Zope 2 documentation

Baiju M mbaiju at zeomega.com
Sat Oct 10 00:22:57 EDT 2009


Hi Jens,
            I was looking at Zope 2 documentation.  To generate this site :
http://docs.zope.org/zope2/

we use the buildout available here, is it ?
svn://svn.zope.org/repos/main/zope2docs/trunk

So, can I remove the buildout available inside zdgbook and zope2book ?

Also it looks like this patch is required to generate it locally:
-----------------x<--------------x<-------------x<-------------
Index: buildout.cfg
===================================================================
--- buildout.cfg        (revision 104937)
+++ buildout.cfg        (working copy)
@@ -16,6 +16,7 @@
 recipe = zc.recipe.egg
 eggs =
     Sphinx
+    docutils
 interpreter = stxpy
 scripts =
     sphinx-build
Index: Makefile
===================================================================
--- Makefile    (revision 104937)
+++ Makefile    (working copy)
@@ -3,7 +3,7 @@

 # You can set these variables from the command line.
 SPHINXOPTS    =
-SPHINXBUILD   = sphinx-build
+SPHINXBUILD   = ./bin/sphinx-build
 PAPER         =

 # Internal variables.
-----------------x<--------------x<-------------x<-------------

May be we can pin the versions of Sphinx & docutils.

Regards,
Baiju M


More information about the Zope-Dev mailing list