From 74c8df1700035330a4451e79780578078ca3c47d Mon Sep 17 00:00:00 2001 From: Matthias Schaub Date: Wed, 3 Jul 2024 15:45:37 +0200 Subject: [PATCH] docs: fix code highlighting --- index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.rst b/index.rst index d199da39..f9a7e7dc 100644 --- a/index.rst +++ b/index.rst @@ -125,9 +125,9 @@ Containers can be reused across consecutive test runs. How to use? ^^^^^^^^^^^ -1. Add `testcontainers.reuse.enable=true` to `~/.testcontainers.properties` -2. Disable ryuk by setting the environment variable `TESTCONTAINERS_RYUK_DISABLED=true` -3. Instantiate a container using `with_reuse` +1. Add :code:`testcontainers.reuse.enable=true` to :code:`~/.testcontainers.properties` +2. Disable ryuk by setting the environment variable :code:`TESTCONTAINERS_RYUK_DISABLED=true` +3. Instantiate a container using :code:`with_reuse` .. doctest::