Skip to content

Commit

Permalink
Add default gallery image
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegrabowski committed Jan 10, 2025
1 parent 3e627f1 commit 155d698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Binary file added doc/images/PyTensor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions scripts/generate_gallery.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@

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

# DOC_SRC = Path(__file__).resolve().parent
#
# DEFAULT_IMG_LOC = os.path.join(os.path.dirname(DOC_SRC), "_static", "PyMC.png")
DOC_SRC = Path(__file__).resolve().parent
DEFAULT_IMG_LOC = DOC_SRC / "doc" / "images" / "PyTensor_logo.png"

DEFAULT_IMG_LOC = None
external_nbs = {}

HEAD = """
Expand Down

0 comments on commit 155d698

Please sign in to comment.