[Checkins] SVN: zope.pytest/trunk/doc/development.rst Add note about running doctests in sphinx docs.

Uli Fouquet uli at gnufix.de
Fri Jan 21 10:53:27 EST 2011


Log message for revision 119827:
  Add note about running doctests in sphinx docs.
  

Changed:
  U   zope.pytest/trunk/doc/development.rst

-=-
Modified: zope.pytest/trunk/doc/development.rst
===================================================================
--- zope.pytest/trunk/doc/development.rst	2011-01-21 14:33:54 UTC (rev 119826)
+++ zope.pytest/trunk/doc/development.rst	2011-01-21 15:53:26 UTC (rev 119827)
@@ -85,6 +85,14 @@
 ``doc/``, the built documentation will be available in
 ``doc/_build/html``.
 
+We also have to support for testing the docs. These tests can be run
+in the ``doc`` dir as well::
+
+  $ make doctest
+
+Releasers should make sure that all tests pass.
+
+
 Python with `zope.pytest` on the sys.path
 -----------------------------------------
 



More information about the checkins mailing list