Skip to content

Commit

Permalink
cleanup sunpy theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Oct 16, 2024
1 parent bc4f5af commit aeab776
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit aeab776

Please sign in to comment.