Skip to content

Commit d9587af

Browse files
committed
docs: Link to pytest standard doctest plugin
1 parent c799a6f commit d9587af

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ $ python -m doctest_docutils README.md -v
7676

7777
### pytest plugin
7878

79-
_This plugin disables pytest's standard `doctest` plugin._
79+
_This plugin disables [pytest's standard `doctest` plugin]._
8080

8181
This plugin integrates with the above module.
8282

@@ -89,6 +89,8 @@ Like the above module, it supports docutils' own `doctest_block` and a basic
8989

9090
See more: <https://gp-libs.git-pull.com/doctest/pytest.html>
9191

92+
[pytest's standard `doctest` plugin]: https://docs.pytest.org/en/stable/how-to/doctest.html#doctest
93+
9294
## sphinx plugins
9395

9496
### Plain-text issue linker (`linkify-issues`)

docs/doctest/pytest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
:::{note}
77

8-
This plugin disables pytest's standard `doctest` plugin.
8+
This plugin disables {ref}`pytest's standard doctest plugin <pytest:doctest>`.
99

1010
:::
1111

0 commit comments

Comments
 (0)