Skip to content

Commit

Permalink
Add redundant option in conf.py to guide contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
auguste-probabl committed Feb 14, 2025
1 parent eaec39a commit 9237788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def reset_mpl(gallery_conf, fname):
sphinx_gallery_conf = {
"examples_dirs": "../examples", # path to example scripts
"gallery_dirs": "auto_examples", # path to gallery generated output
"filename_pattern": "plot_", # pattern to select examples; change this to only build some of the examples
"subsection_order": ExplicitOrder(subsections_order), # sorting gallery subsections
# see https://sphinx-gallery.github.io/stable/configuration.html#sub-gallery-order
"within_subsection_order": "ExampleTitleSortKey", # See https://sphinx-gallery.github.io/stable/configuration.html#sorting-gallery-examples for alternatives
Expand Down

0 comments on commit 9237788

Please sign in to comment.