From aed9c7d106468181e940563a7c782d17a006092a Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Wed, 19 Jun 2024 20:49:54 +0200 Subject: [PATCH 1/2] docs: update note formatting THe way Github parse markdown to generate admonition have been changed as explained in https://github.com/orgs/community/discussions/16925. The trick used by @choldgraf was not working anymore. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c41506e8..d9e64d850 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ and use as follows: And that's it! -> **Note** +> [!NOTE] > This theme may not work with the latest major versions of Sphinx, especially > if they have only recently been released. Please give us a few months of > time to work out any bugs and changes when new releases are made. From 06b2a1c82b609de5eb8b133ff4b07329b7be29e4 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Wed, 19 Jun 2024 20:50:56 +0200 Subject: [PATCH 2/2] refactor: remove trailing spaces --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9e64d850..7fe177ac3 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ and use as follows: And that's it! -> [!NOTE] +> [!NOTE] > This theme may not work with the latest major versions of Sphinx, especially > if they have only recently been released. Please give us a few months of > time to work out any bugs and changes when new releases are made.