From 24112a1c0a41222b35805063cbcff3195be18ace Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 5 Oct 2024 22:01:30 -0400 Subject: [PATCH] Removed deprecated sphinx method to fix doc build --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index ea0dc297..1a1e50bc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -92,7 +92,6 @@ # Custom theme from ReadTheDocs 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