[Checkins] SVN: zc.ngi/branches/jim-dev/ Custom sphinx so we can generate docs from code.

Jim Fulton jim at zope.com
Thu Oct 1 07:07:40 EDT 2009


Log message for revision 104670:
  Custom sphinx so we can generate docs from code.
  

Changed:
  U   zc.ngi/branches/jim-dev/buildout.cfg
  U   zc.ngi/branches/jim-dev/src/zc/ngi/doc/Makefile

-=-
Modified: zc.ngi/branches/jim-dev/buildout.cfg
===================================================================
--- zc.ngi/branches/jim-dev/buildout.cfg	2009-10-01 11:07:38 UTC (rev 104669)
+++ zc.ngi/branches/jim-dev/buildout.cfg	2009-10-01 11:07:39 UTC (rev 104670)
@@ -1,6 +1,6 @@
 [buildout]
 develop = .
-parts = test py
+parts = test py sphinx
 
 [test]
 recipe = zc.recipe.testrunner
@@ -26,3 +26,8 @@
 eggs = zc.ngi
 interpreter = py
 
+[sphinx]
+recipe = zc.recipe.egg
+eggs = sphinx
+       Pygments
+       zc.ngi

Modified: zc.ngi/branches/jim-dev/src/zc/ngi/doc/Makefile
===================================================================
--- zc.ngi/branches/jim-dev/src/zc/ngi/doc/Makefile	2009-10-01 11:07:38 UTC (rev 104669)
+++ zc.ngi/branches/jim-dev/src/zc/ngi/doc/Makefile	2009-10-01 11:07:39 UTC (rev 104670)
@@ -4,6 +4,7 @@
 # You can set these variables from the command line.
 SPHINXOPTS    =
 SPHINXBUILD   = sphinx-build
+SPHINXBUILD   = ../../../../bin/sphinx-build
 PAPER         =
 
 # Internal variables.



More information about the checkins mailing list