Skip to content

Commit 7119327

Browse files
committed
fix dirnames
1 parent d93c49d commit 7119327

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.binder/postBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cp -r examples .binder $TMP_CONTENT_DIR
2525
find . -delete
2626

2727
# Generate notebooks and remove other files from examples folder
28-
GENERATED_NOTEBOOKS_DIR=generated-notebooks
28+
GENERATED_NOTEBOOKS_DIR=examples
2929
cp -r $TMP_CONTENT_DIR/examples $GENERATED_NOTEBOOKS_DIR
3030

3131
find $GENERATED_NOTEBOOKS_DIR -name 'example_*.py' -exec sphx_glr_python_to_jupyter.py '{}' +

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
'dependencies': ['../.binder/apt.txt', '../.binder/requirements.txt'],
8989
#'filepath_prefix': '<prefix>' # A prefix to prepend to any filepaths in Binder links.
9090
# Jupyter notebooks for Binder will be copied to this directory (relative to built documentation root).
91-
'notebooks_dir': 'notebooks/generated_notebooks',
91+
'notebooks_dir': 'notebooks/',
9292
'use_jupyter_lab': True, # Whether Binder links should start Jupyter Lab instead of the Jupyter Notebook interface.
9393
},
9494
}

0 commit comments

Comments
 (0)