Skip to content

Commit

Permalink
AMD
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed May 11, 2024
1 parent a3e118e commit 32f4499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def __call__(self, item):

sphinx_gallery_conf = {
'examples_dirs': '../examples', # path to example scripts
'subsection_order': ExplicitOrder(list(example_order)),
'subsection_order': ExplicitOrder([f'../examples/{name}' for name in example_order]),
'within_subsection_order': NameOrder,
'gallery_dirs': 'auto_examples', # path where to save gallery generated examples
'filename_pattern': rf'{os.sep}\w',
Expand Down

0 comments on commit 32f4499

Please sign in to comment.