From aeca5db0145c42c10bad1a74bd1e81fcbe0eb2dd Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Sat, 6 Jan 2024 06:33:18 -0500 Subject: [PATCH] Update doc --- docs/conf.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 8c91642..560fece 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -74,14 +74,7 @@ pygments_style = "sphinx" # -- 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 = "pyfrcdoc"