From 43f6a888899455f46ac6f29b7ae28cf7f9fa8792 Mon Sep 17 00:00:00 2001 From: anhefti Date: Thu, 25 Jan 2024 10:21:44 +0100 Subject: [PATCH] SEBSERV-502 deprecation note --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 75e04526..f860e47e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,7 +44,7 @@ extensions = [ 'sphinx.ext.imgmath', 'sphinx.ext.viewcode', 'sphinx.ext.githubpages', - 'sphinx.rtd.theme' + 'sphinx_rtd_theme' ] # Add any paths that contain templates here, relative to this directory.