From 26a1d5733c6e6a2f3222f3e1891ba83c79fde4bd Mon Sep 17 00:00:00 2001 From: Eneko Martin-Martinez Date: Tue, 12 Nov 2024 17:28:38 +0100 Subject: [PATCH] Remove calling get_html_theme_path --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 6fc3527a..b9e924be 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,7 +38,6 @@ html_theme = "sphinx_rtd_theme" -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # -- General configuration ------------------------------------------------