- Added support for docutils-style code blocks and options there-of.
1.6.1
------------------
- Fixed a bug that made doctests fail if sys.argv contained the string "-v".
1.6.0
------------------
- Ported to Python 3, still works in 2.6 and up.
1.5.0
------------------
- Removed the dependency on zope.testrunner - Added the ability to run the tests using "setup.py test".
1.4.1
------------------
- Fixed a bug that caused extra example evaluation if multiple doctest manuels were used at once (e.g. to execute Python and shell code in the same document).
1.4.0
------------------
- Added a ``parser`` keyword argument to manuel.doctest.Manuel to allow a custom doctest parser to be passed in. This allows easily adding support for other languages or other (but similar) example syntaxes.