Skip to content

Commit 74c8df1

Browse files
docs: fix code highlighting
1 parent 7a7ea48 commit 74c8df1

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
@@ -125,9 +125,9 @@ Containers can be reused across consecutive test runs.
125125
How to use?
126126
^^^^^^^^^^^
127127

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

132132
.. doctest::
133133

0 commit comments

Comments
 (0)