[Checkins] SVN: zope.component/trunk/ got rid of the docs extra and the sphinxdoc recipe

Thomas Lotze tl at gocept.com
Sat Sep 18 11:07:54 EDT 2010


Log message for revision 116590:
  got rid of the docs extra and the sphinxdoc recipe

Changed:
  _U  zope.component/trunk/
  U   zope.component/trunk/buildout.cfg
  U   zope.component/trunk/setup.py

-=-

Property changes on: zope.component/trunk
___________________________________________________________________
Modified: svn:ignore
   - bin
build
dist
lib
develop-eggs
eggs
parts
.installed.cfg
docs
coverage

   + bin
build
dist
lib
develop-eggs
eggs
parts
.installed.cfg
coverage


Modified: zope.component/trunk/buildout.cfg
===================================================================
--- zope.component/trunk/buildout.cfg	2010-09-18 15:07:11 UTC (rev 116589)
+++ zope.component/trunk/buildout.cfg	2010-09-18 15:07:54 UTC (rev 116590)
@@ -1,6 +1,6 @@
 [buildout]
 develop = .
-parts = test test_c_hookable python docs coverage-test coverage-report
+parts = test test_c_hookable python sphinx coverage-test coverage-report
 unzip = true
 
 [test]
@@ -27,9 +27,8 @@
 interpreter = python
 eggs = ${test:eggs}
 
-[docs]
-recipe = z3c.recipe.sphinxdoc
-eggs = zope.component [docs]
-build-dir = ${buildout:directory}/docs
-default.css =
-layout.html =
+[sphinx]
+recipe = zc.recipe.egg
+eggs =
+    Sphinx
+    zope.component

Modified: zope.component/trunk/setup.py
===================================================================
--- zope.component/trunk/setup.py	2010-09-18 15:07:11 UTC (rev 116589)
+++ zope.component/trunk/setup.py	2010-09-18 15:07:54 UTC (rev 116590)
@@ -85,6 +85,5 @@
                 'zope.i18nmessageid',
                 ],
         test = tests_require,
-        docs = ['z3c.recipe.sphinxdoc'],
         ),
     )



More information about the checkins mailing list