Skip to content

Commit

Permalink
docs: Move examples dir for doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyThomsonMonash committed Feb 15, 2024
1 parent c7e42a6 commit 241444f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
from sphinx_gallery.sorting import ExampleTitleSortKey

sphinx_gallery_conf = {
"examples_dirs": ["../../examples/"],
"examples_dirs": ["../examples/"],
"gallery_dirs": ["_auto_examples/"], # path to where to save gallery generated output
"image_scrapers": ("matplotlib", LoopScraper()),
"within_subsection_order": ExampleTitleSortKey,
Expand Down
2 changes: 0 additions & 2 deletions examples/README.rst

This file was deleted.

0 comments on commit 241444f

Please sign in to comment.