Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent committed Nov 6, 2023
1 parent fd28bee commit dab885c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ def setup(app):
sphinx_gallery_conf = {
'examples_dirs': ['../Gallery'], # path to your example scripts
'filename_pattern': '^((?!sgskip).)*$',
'gallery_dirs': ['gallery'], # path to where to save gallery generated output
'gallery_dirs': ['gallery',
], # path to where to save gallery generated output
'within_subsection_order': ExampleTitleSortKey,
'matplotlib_animations': True,
}
Expand Down

0 comments on commit dab885c

Please sign in to comment.