Update blurb about Sybil

This commit is contained in:
Bruno Oliveira 2019-04-28 20:01:22 -03:00
parent f6ab6d71ad
commit e943aff995
1 changed files with 5 additions and 3 deletions

View File

@ -79,9 +79,11 @@ putting them into a pytest.ini file like this:
.. note::
If you are making serious use of doctests through your code, please checkout
`Sybil <https://sybil.readthedocs.io/en/latest/index.html>`__, which besides
supporting doctests also supports Sphinx directives, plus other features.
The builtin pytest doctest supports only ``doctest`` blocks, but if you are looking
for more advanced checking over *all* your documentation,
including doctests, ``.. codeblock:: python`` Sphinx directive support,
and any other examples your documentation may include, you may wish to
consider `Sybil <https://sybil.readthedocs.io/en/latest/index.html>`__.
It provides pytest integration out of the box.