We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73c587 commit 6a098bbCopy full SHA for 6a098bb
docs/doctest/index.md
@@ -1,3 +1,6 @@
1
+(doctest_docutils)=
2
+(doctest_docutils_module)=
3
+
4
# Doctest w/ docutils
5
6
Built on {mod}`doctest`.
docs/doctest/pytest.md
+(pytest_plugin)=
+(pytest_doctest_docutils)=
# pytest plugin
:::{note}
@@ -6,7 +9,7 @@ This plugin disables pytest's standard `doctest` plugin.
9
7
10
:::
8
11
-The pytest plugin is built on top of the doctest_docutils module, which is in
12
+The pytest plugin is built on top of the `doctest_docutils` module, which is in
13
turn compatible with {mod}`doctest`.
14
15
## Markdown
0 commit comments