From 9eb6b9202851080bf2b6718890cfe7ff992b0785 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 5 Oct 2024 22:23:54 -0400 Subject: [PATCH] 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.