From 24112a1c0a41222b35805063cbcff3195be18ace Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 5 Oct 2024 22:01:30 -0400 Subject: [PATCH 1/2] 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 From 9eb6b9202851080bf2b6718890cfe7ff992b0785 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 5 Oct 2024 22:23:54 -0400 Subject: [PATCH 2/2] Remove unused import in sphinx conf.py --- docs/conf.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1a1e50bc..f6a224cc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,6 @@ documentation root, use os.path.abspath to make it absolute, like shown here. """ # Import for custom theme from Read the Docs -import sphinx_rtd_theme import cmd2 @@ -90,9 +89,6 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -# Custom theme from ReadTheDocs -html_theme = 'sphinx_rtd_theme' - # 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.