From d54677ae0696890970e7ff03680dc7da93a289be Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Wed, 30 Oct 2024 12:02:49 -0400 Subject: [PATCH] Remove deprecated call to get_html_theme_path --- docs/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9c52555..03aa5d0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -40,7 +40,6 @@ # -- Options for HTML output html_theme = 'sphinx_rtd_theme' -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # -- Options for EPUB output epub_show_urls = 'footnote'