Skip to content

Commit

Permalink
gallery-generator updated for documentation building
Browse files Browse the repository at this point in the history
  • Loading branch information
imperorrp committed Sep 6, 2024
1 parent 4388897 commit 7a143c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sphinxext/gallery_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def main(app):

index_page = ["(example_gallery)=\n# Example gallery"]
backreferences = defaultdict(list)
api_regex = re.compile(r"azp\.(plot_[a-z]+)\(")
api_regex = re.compile(r"azp\.(plot_[a-z_]+)\(")

for folder, title in dir_title_map.items():
category_dir = gallery_dir / folder
Expand Down

0 comments on commit 7a143c9

Please sign in to comment.