File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments