From 44660f14cf0c64a63708227df7b1f47956eb75b9 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 67205a17..82c7de9c 100644 --- a/index.rst +++ b/index.rst @@ -93,9 +93,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::