From 8abb10e1eb896e1438014216ff8a1e48cd5d1935 Mon Sep 17 00:00:00 2001 From: raresgaia123 <137071040+raresgaia123@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:44:32 +0300 Subject: [PATCH] fix: fix requirements for Sphinx build (#79) added correct packages in the requirements file Co-authored-by: Rares Gaia --- docs/requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8c1233a..856b3f4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,2 @@ sphinx -sphinx_rtd_theme -sphinx-autodoc -sphinx-napoleon \ No newline at end of file +sphinx_rtd_theme \ No newline at end of file