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:
79
79
80
80
.. note ::
81
81
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 >`__.
85
87
It provides pytest integration out of the box.
86
88
87
89
You can’t perform that action at this time.
0 commit comments