From 93817e2c6987def7b2f55f870ef54da93d168693 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Thu, 18 Jan 2024 19:09:59 -0500 Subject: [PATCH] Update RTD --- docs/conf.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index bade7dd..633fbe0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,13 +69,7 @@ # -- Options for HTML output ---------------------------------------------- -if not on_rtd: # only import and set the theme if we're building docs locally - import sphinx_rtd_theme - - html_theme = "sphinx_rtd_theme" - html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] -else: - html_theme = "default" +html_theme = "sphinx_rtd_theme" # Output file base name for HTML help builder. htmlhelp_basename = "sphinxdoc"