From 9d6dcbf349b8a26d0c40f3e2d1252e60e63e2edf Mon Sep 17 00:00:00 2001 From: Dan Allan Date: Thu, 10 Oct 2024 11:40:05 -0400 Subject: [PATCH] FIX: Remove deprecated sphinx API. (#795) --- docs/source/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 6044f3de8..e24bbbd57 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -113,8 +113,6 @@ html_theme = "sphinx_rtd_theme" import 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 # documentation.