Skip to content

Commit

Permalink
Merge pull request #554 from PyFstat/fix-binder-sphinx-gallery-converter
Browse files Browse the repository at this point in the history
update sphinx executable in binder postBuild
  • Loading branch information
dbkeitel authored Jun 28, 2024
2 parents b61a0fe + aec38d4 commit 9a395e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ find . -delete
NOTEBOOKS_SCRIPTS_DIR=.generated-notebooks
mkdir -p ${NOTEBOOKS_SCRIPTS_DIR}
cp -r ${TMP_DIR}/* ${NOTEBOOKS_SCRIPTS_DIR}
find ${NOTEBOOKS_SCRIPTS_DIR} -name '*.py' ! -name '*run_all*' ! -name '*utils*' -exec sphx_glr_python_to_jupyter.py '{}' +
find ${NOTEBOOKS_SCRIPTS_DIR} -name '*.py' ! -name '*run_all*' ! -name '*utils*' -exec sphinx_gallery_py2jupyter '{}' +

# This symlink is required
mkdir notebooks
Expand Down

0 comments on commit 9a395e6

Please sign in to comment.