From d8f2f0be23c806dd5d92e34b48591da8efec9f22 Mon Sep 17 00:00:00 2001 From: juanitorduz Date: Mon, 7 Oct 2024 22:02:22 +0200 Subject: [PATCH] remove depreciated line --- docs/source/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 1a21c8696..402596043 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -7,7 +7,6 @@ import sys import nbsphinx -import sphinx_rtd_theme # import pkg_resources @@ -227,7 +226,6 @@ # a list of builtin themes. # html_theme = "sphinx_rtd_theme" -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