From 797545aef129be9dc964959565535f5a1e19aa36 Mon Sep 17 00:00:00 2001 From: Abelardo Moralejo Date: Tue, 8 Oct 2024 14:18:15 +0200 Subject: [PATCH] Update docs/conf.py Removed option which is deprecated (and makes CI fail) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d245f1ca92..27e7601bd4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -143,7 +143,7 @@ # import sphinx_rtd_theme html_theme = 'sphinx_rtd_theme' -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] +# html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the