Skip to content

Commit 44660f1

Browse files
docs: fix code highlighting
1 parent f8ce3a2 commit 44660f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ Containers can be reused across consecutive test runs.
9393
How to use?
9494
^^^^^^^^^^^
9595

96-
1. Add `testcontainers.reuse.enable=true` to `~/.testcontainers.properties`
97-
2. Disable ryuk by setting the environment variable `TESTCONTAINERS_RYUK_DISABLED=true`
98-
3. Instantiate a container using `with_reuse`
96+
1. Add :code:`testcontainers.reuse.enable=true` to :code:`~/.testcontainers.properties`
97+
2. Disable ryuk by setting the environment variable :code:`TESTCONTAINERS_RYUK_DISABLED=true`
98+
3. Instantiate a container using :code:`with_reuse`
9999

100100
.. doctest::
101101

0 commit comments

Comments
 (0)