[Checkins] SVN: zope.schema/branches/tseaver-test_cleanup/ Note Sphinxification.

Tres Seaver cvs-admin at zope.org
Fri Apr 20 19:26:08 UTC 2012


Log message for revision 125217:
  Note Sphinxification.
  
  Remove doc-generating bits from buildout.

Changed:
  U   zope.schema/branches/tseaver-test_cleanup/CHANGES.txt
  U   zope.schema/branches/tseaver-test_cleanup/buildout.cfg

-=-
Modified: zope.schema/branches/tseaver-test_cleanup/CHANGES.txt
===================================================================
--- zope.schema/branches/tseaver-test_cleanup/CHANGES.txt	2012-04-20 19:20:50 UTC (rev 125216)
+++ zope.schema/branches/tseaver-test_cleanup/CHANGES.txt	2012-04-20 19:26:04 UTC (rev 125217)
@@ -5,6 +5,8 @@
 4.2.0 (unreleased)
 ------------------
 
+- Doctests moved from the package and wired up as normal Sphinx documentation.
+
 - Added explicit support for PyPy.
 
 - Added support for continuous integration using ``tox`` and ``jenkins``.

Modified: zope.schema/branches/tseaver-test_cleanup/buildout.cfg
===================================================================
--- zope.schema/branches/tseaver-test_cleanup/buildout.cfg	2012-04-20 19:20:50 UTC (rev 125216)
+++ zope.schema/branches/tseaver-test_cleanup/buildout.cfg	2012-04-20 19:26:04 UTC (rev 125217)
@@ -5,10 +5,3 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.schema [test]
-
-[docs]
-recipe = z3c.recipe.sphinxdoc
-eggs = zope.schema [docs]
-build-dir = ${buildout:directory}/docs
-default.css =
-layout.html =



More information about the checkins mailing list