Skip to content

Commit e943aff

Browse files
committed
Update blurb about Sybil
1 parent f6ab6d7 commit e943aff

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/en/doctest.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,11 @@ putting them into a pytest.ini file like this:
7979
8080
.. note::
8181

82-
If you are making serious use of doctests through your code, please checkout
83-
`Sybil <https://sybil.readthedocs.io/en/latest/index.html>`__, which besides
84-
supporting doctests also supports Sphinx directives, plus other features.
82+
The builtin pytest doctest supports only ``doctest`` blocks, but if you are looking
83+
for more advanced checking over *all* your documentation,
84+
including doctests, ``.. codeblock:: python`` Sphinx directive support,
85+
and any other examples your documentation may include, you may wish to
86+
consider `Sybil <https://sybil.readthedocs.io/en/latest/index.html>`__.
8587
It provides pytest integration out of the box.
8688

8789

0 commit comments

Comments
 (0)