Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis authored Jun 9, 2024
1 parent ae7ff49 commit cb2e560
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import os
from pathlib import Path

from sphinx_gallery.sorting import ExampleTitleSortKey
from sunpy_sphinx_theme import PNG_ICON

from irispy import __version__
Expand Down Expand Up @@ -123,7 +122,7 @@
"backreferences_dir": Path("generated") / "modules",
"filename_pattern": "^((?!skip_).)*$",
"examples_dirs": Path("..") / "examples",
"within_subsection_order": ExampleTitleSortKey,
"within_subsection_order": "ExampleTitleSortKey",
"gallery_dirs": Path("generated") / "gallery",
"default_thumb_file": PNG_ICON,
"abort_on_example_error": False,
Expand Down

0 comments on commit cb2e560

Please sign in to comment.