From 0f45a5c42f17f02d59681d13abdb7bfcd87c19b4 Mon Sep 17 00:00:00 2001 From: Emily Davis Date: Tue, 8 Oct 2024 13:57:23 -0600 Subject: [PATCH] Remove call to deprecated get_html_theme_path --- doc/api-docs/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/api-docs/conf.py b/doc/api-docs/conf.py index 5594c7dbd8..3d9eeab372 100644 --- a/doc/api-docs/conf.py +++ b/doc/api-docs/conf.py @@ -89,9 +89,6 @@ # a list of builtin themes. html_theme = 'sphinx_rtd_theme' -# Add any paths that contain custom themes here, relative to this directory. -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] - # The name of an image file (relative to this directory) to place at the top # of the sidebar. html_logo = "_static/invest-logo.png"