Skip to content

Commit

Permalink
docs: fix images folder static (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
crismunoz authored Jul 16, 2024
1 parent 05a199d commit 53865d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
import utils.xai_image_plots as xai_utils
import inspect

os.makedirs('_static/images', exist_ok=True)

for name, obj in inspect.getmembers(xai_utils):
if inspect.isfunction(obj) and name.startswith('image_'):
obj()
Expand Down
Empty file removed docs/source/tutorial_utils.py
Empty file.

0 comments on commit 53865d6

Please sign in to comment.