From 13b202fb20bfb229397da2df47c148a26a0b81d5 Mon Sep 17 00:00:00 2001
From: Hari <harisankar995@gmail.com>
Date: Thu, 14 Mar 2024 18:43:02 +0100
Subject: [PATCH] =?UTF-8?q?Fix=20documentation=20again=20=F0=9F=98=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md      | 2 +-
 docs/index.rst | 2 +-
 setup.py       | 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 1dbf43c..f4596e7 100644
--- a/README.md
+++ b/README.md
@@ -288,7 +288,7 @@ Sphinx is a documentation generator that can be used to generate documentation f
 
 - Pylint can provide you with a score for your code. This score can be used to track the quality of your code and also be used to enforce a minimum score. In the template repository, the minimum score is set to 9.0. If the score is below 9.0, the CI pipeline will fail. This is done with the following command:
 
-  ```yml
+  ```bash
   pylint --fail-under=9 uam
   ```
 
diff --git a/docs/index.rst b/docs/index.rst
index 44393df..697b301 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -4,7 +4,7 @@
    contain the root `toctree` directive.
 
 Welcome to sample_project_ivi's documentation!
-=============================================
+==============================================
 
 .. toctree::
    :maxdepth: 2
diff --git a/setup.py b/setup.py
index d433344..f7f1d0b 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,6 @@ setup(
             "sphinx-prompt",
             "recommonmark",
             "sphinx_rtd_theme",
-            "pyyaml",
         ],
     },
     python_requires=">=3.8",
-- 
GitLab