Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ project:
- https://irsa.ipac.caltech.edu/cgi-bin/Gator/nph-scan?projshort=SPITZER
# GH is rather flaky for CI right now, temporarily measure
- 'https://github.com/**'

plugins:
# note: we need to use the built plugin bundle here so make sure to build it with
# `cd plugins && npm install && npm run build` after any changes to the plugins/src/
- plugins/dist/notebook-gallery.mjs
Comment thread
jaladh-singhal marked this conversation as resolved.

extends:
- toc.yml
site:
Expand Down
2 changes: 2 additions & 0 deletions plugins/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
dist/
Loading