From 2e03f838a8ec35dfd54b3047165fa6e67fd84d38 Mon Sep 17 00:00:00 2001 From: Carlos Zubieta <1976312+ErraticMaker@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:51:22 -0700 Subject: [PATCH] Use ReST admonition syntax for note Co-authored-by: Felix Fontein Signed-off-by: Carlos Zubieta <1976312+ErraticMaker@users.noreply.github.com> --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 702f53acb..e8406032b 100644 --- a/README.rst +++ b/README.rst @@ -669,8 +669,10 @@ of all new files. If your secrets are stored under a specific directory, like a ``git`` repository, you can create a ``.sops.yaml`` configuration file at the root directory to define which keys are used for which filename. -Note: The file needs to be named ``.sops.yaml``. Other names (i.e. ``.sops.yml``) won't be automatically -discovered by sops. You'll need to pass the ``--config .sops.yml`` option for it to be picked up. +.. note:: + + The file needs to be named ``.sops.yaml``. Other names (i.e. ``.sops.yml``) won't be automatically + discovered by SOPS. You'll need to pass the ``--config .sops.yml`` option for it to be picked up. Let's take an example: