diff --git a/docs/devs-guide/contribute.md b/docs/devs-guide/contribute.md
index 572fec29ee503eac26baa329e42987d386614ddb..f1e7280ecbedfccce8da317708375a56d6c39602 100644
--- a/docs/devs-guide/contribute.md
+++ b/docs/devs-guide/contribute.md
@@ -15,6 +15,7 @@ At the moment, declearn is being published on two mirrored public repositories:
   where only the main and release branches are copied from the GitLab source.
 
 Contributions are welcome on both platforms:
+
 - GitHub is purposed to facilitate the interaction with end-users, that may
   easily open issues to report bugs, request new features or ask questions
   about the package.
diff --git a/docs/release-notes/v2.0.2.md b/docs/release-notes/v2.0.2.md
index 13084c3de4add15de1e77bcd73200d476dcab522..54aad55e4188e8c57b576eea72c31e18b9a21205 100644
--- a/docs/release-notes/v2.0.2.md
+++ b/docs/release-notes/v2.0.2.md
@@ -5,11 +5,12 @@ This sub-minor version back-ports changes introduced in declearn v2.1.0.
 Released: 02/03/2023
 
 Changes:
+
 * Make network communication dependencies truly optional.
-  - Previously, `websockets` and `grpcio` could already be done without,
-    however, `pip install declearn` would always install them.
-  - The patch now properly turns them into extra dependencies, that are
-    only installed when explicitly required by the end-user.
+    - Previously, `websockets` and `grpcio` could already be done without,
+      however, `pip install declearn` would always install them.
+    - The patch now properly turns them into extra dependencies, that are
+      only installed when explicitly required by the end-user.
 * Complete a broken docstring (`declearn.metrics.BinaryRocAUC`).
 * Update git branching strategy (no impact on the package's use).