From 37d22b617ab5562d3145923be7c85abed95f6a2a Mon Sep 17 00:00:00 2001 From: Zahra Mirzaiyan Dehkordi Date: Fri, 2 Aug 2024 09:58:30 +0200 Subject: [PATCH] deleted sphinx_rtd_theme from the extensions --- docs/source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a1a7494..5fb0748 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -52,8 +52,7 @@ extensions = [ 'sphinx.ext.intersphinx', 'paramref_extension', # this extension is made to remove paramref links from lightining doc 'sphinx_copybutton', - 'sphinx_design', - 'sphinx_rtd_theme' + 'sphinx_design' ] # The root document.