From aeab7765a0ce4a11adef6acb895ce3aaaad1ad91 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Wed, 16 Oct 2024 10:48:27 +0100 Subject: [PATCH] cleanup sunpy theme --- docs/conf.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 58e602ee..b801c1e7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -85,11 +85,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -try: - from sunpy_sphinx_theme.conf import * -except ImportError: - html_theme = "sunpy" - +html_theme = "sunpy" # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, @@ -113,7 +109,6 @@ "filename_pattern": "^((?!skip_).)*$", "examples_dirs": example_dir, "gallery_dirs": path.joinpath("generated", "gallery"), - # "default_thumb_file": path.joinpath("logo", "sunpy_icon_128x128.png"), "abort_on_example_error": False, "plot_gallery": "True", "remove_config_comments": True,