Skip to content

Commit 0278982

Browse files
authored
Merge pull request #156 from bsipocz/MAINT_post_jb2_cleanup
2 parents c6549e3 + 37d127b commit 0278982

File tree

5 files changed

+5
-102
lines changed

5 files changed

+5
-102
lines changed

conf.py

Lines changed: 0 additions & 99 deletions
This file was deleted.

deployed_notebooks_manifest.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
tutorials/cloud_access/cloud-access-intro.md
22
tutorials/cloud_access/euclid-cloud-access.md
33
tutorials/cosmodc2/cosmoDC2_TAP_access.md
4-
tutorials/euclid_access/.gitkeep
54
tutorials/euclid_access/1_Euclid_intro_MER_images.md
65
tutorials/euclid_access/2_Euclid_intro_MER_catalog.md
76
tutorials/euclid_access/3_Euclid_intro_1D_spectra.md
File renamed without changes.

myst.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ project:
77
keywords: [astronomy]
88
authors: [IRSA Scientists and Developers]
99
github: https://github.com/Caltech-IPAC/irsa-tutorials/
10+
jupyter:
11+
binder:
12+
repo: https://github.com/Caltech-IPAC/irsa-tutorials/
13+
url: https://mybinder.org
1014
settings:
1115
output_matplotlib_strings: remove
1216
extends:

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ commands =
6262
bash -c 'if [[ $CI == true ]]; then cat ignore_tutorials/ignore_gha_testing >> ignore_testing; fi'
6363
bash -c 'if [[ $CIRCLECI == true ]]; then cat ignore_tutorials/ignore_circleci_testing >> ignore_testing; fi'
6464

65-
buildhtml: bash -c 'cat ignore_tutorials/ignore_rendering >> ignore_testing'
65+
buildhtml: bash -c 'cat ignore_tutorials/ignore_rendering_execution >> ignore_testing'
6666

6767
# We only want to run CI in PRs for the notebooks we touched
6868
!buildhtml: bash -c 'if [[ $GITHUB_EVENT_NAME == pull_request && -z "$(grep force_run:all_tests ${GITHUB_EVENT_PATH})" ]]; then git fetch origin main --depth=1; git diff origin/main --name-only tutorials | grep .md; else find tutorials -name "*.md"; fi | grep -vf ignore_testing/ignore_testing | xargs jupytext --to notebook '
@@ -75,7 +75,6 @@ commands =
7575
# Status check is a workaround until https://github.com/jupyter-book/mystmd/issues/2113 is fixed
7676
buildhtml: bash -c "jupyter-book build --execute --html 2>&1 | tee /tmp/mystbuild.log"
7777
buildhtml: bash -c "if grep -q 'Traceback .most recent call last.' /tmp/mystbuild.log; then exit 1; fi"
78-
buildhtml: bash -c "rm _build/html/*thebe*.js"
7978

8079
pip_pre =
8180
predeps: true

0 commit comments

Comments
 (0)