Skip to content

Commit 0d8267d

Browse files
Fix default image path
1 parent 155d698 commit 0d8267d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate_gallery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
logger = sphinx.util.logging.getLogger(__name__)
2323

24-
DOC_SRC = Path(__file__).resolve().parent
24+
DOC_SRC = Path(__file__).resolve().parent.parent
2525
DEFAULT_IMG_LOC = DOC_SRC / "doc" / "images" / "PyTensor_logo.png"
2626

2727
external_nbs = {}

0 commit comments

Comments
 (0)