From dbc25d47d1f9e975093c65a4be5fdd449f4b0a16 Mon Sep 17 00:00:00 2001
From: Julien Girard <julien.girard2@cea.fr>
Date: Thu, 4 Jul 2024 10:51:46 +0200
Subject: [PATCH] [doc] Removed unecessary dependency

---
 doc/contributing.rst | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/doc/contributing.rst b/doc/contributing.rst
index 5c99ede..7e130ce 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -47,11 +47,9 @@ Additional dependencies
 -----------------------
 * `ocamlformat <https://github.com/ocaml-ppx/ocamlformat>`_ is a formatter for
   OCaml code. It must be installed with the version specified in the
-  `.ocamlformat` file at the root of the directory
-* `ocp-indent <https://github.com/OCamlPro/ocp-indent>`_ helps properly
-  indenting OCaml code
-* a `python3` interpreter version 3.9 of higher is required for tests and building documentation. Packages `onnx` and `sphinx` which version are specified under the `tests/requirements.txt` file are required
-* a modern LaTeX compiler such as `lualatex` to compile the documentation
+  `.ocamlformat` file at the root of the directory;
+* a `python3` interpreter version 3.9 of higher is required for tests and building documentation. Packages `onnx` and `sphinx` which version are specified under the `tests/requirements.txt` file are required;
+* a modern LaTeX compiler such as `lualatex` to compile the documentation;
 * the `ocaml language server <https://github.com/ocaml/ocaml-lsp>`_ is optional
   but will vastly improve your development experience with OCaml.
 
-- 
GitLab