- Treat all documentation source files as being ``utf-8`` encoded. This can be overridden by passing an encoding when instantiating a :class:`~sybil.Sybil`.
1.2.2
-------------------
- Improvements to ``FIX_BYTE_UNICODE_REPR`` for multiple strings on a single line.
- Better handling of files with Windows line endings on Linux under Python 2.
1.2.1
-------------------
- Fixes for pytest 3.1.0.
1.2.0
-------------------
- Only compile code in :ref:`codeblocks <codeblock-parser>` at evaluation time, giving :ref:`skip <skip-parser>` a chance to skip code blocks that won't compile on a particular version of Python.