From 17fe8eb7dee332d4ce4207f1018981e5d5a7beb5 Mon Sep 17 00:00:00 2001
From: Neda Moeini <neda.moeini@GA0479-NMOEINI.local>
Date: Tue, 3 Oct 2023 17:03:46 +0200
Subject: [PATCH] Removed sphinx-autodoc2 from build docs script.

---
 build-docs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-docs.sh b/build-docs.sh
index c362d9dd..e7c1a5fb 100755
--- a/build-docs.sh
+++ b/build-docs.sh
@@ -1,4 +1,4 @@
-pip install sphinx-autodoc2 sphinx_rtd_theme myst-parser
+pip install sphinx_rtd_theme myst-parser
 
 cd docs || exit 1
 sphinx-build source build
-- 
GitLab