From 3432b0ec4f0369d9922d09cea813023b59ad50f3 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Mon, 14 Oct 2024 18:07:13 -0400 Subject: [PATCH] DOC: build warning says we don't need this code anymore --- docs/source/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 806a71fd..5b5e1810 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -106,9 +106,6 @@ # a list of builtin themes. # 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