From 9767ffae35209c613f7e3e38212f610a873e9887 Mon Sep 17 00:00:00 2001 From: emunozdc Date: Mon, 17 Jun 2024 21:46:40 +0200 Subject: [PATCH] try to fix import sphinx theme. --- docs/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 38724cf..0c11076 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ Sphinx==7.3.7 -sphinx-autoapi==3.0.0 -sphinx-rtd-theme==2.0.0 \ No newline at end of file +sphinx_autoapi==3.0.0 +sphinx_rtd_theme \ No newline at end of file