This minor release includes:
1. a new feature that allows authors to add dependent files through `conf.py` at the `notebook` and the `directory` level (as defined in your `source` directory). When the notebook is generated these dependencies will now be copied to the `_build` folder to support execution.
python
jupyter_dependencies = {
'getting_started_julia': ['Manifest.toml', 'Project.toml'],
}
2. **[make website]** ``jupyter_download_nb`` has an option to update all `images` and `figures` to reference a remote server location for the `_download` notebooks. The option `jupyter_images_urlpath` is no longer a generic option and has been deprecated in favour of `jupyter_download_nb_image_urlpath`. This option only applies to the `download` set of notebooks and won't affect `make jupyter`, `make website` for core `html` files etc. These files will default to using relative references.
**New Features:**
- ENH: Setting jupyter\_images\_urlpath only for downloads folder [\252](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/252) ([AakashGfude](https://github.com/AakashGfude))
- ENH: File folder dependency [\250](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/250) ([AakashGfude](https://github.com/AakashGfude))
**Bug Fixes:**
- Fix: slide fragment option not getting parsed correctly [\253](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/253) ([mmcky](https://github.com/mmcky))
- Remove egg cfg to remove dev status on version releases [\254](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/254) ([mmcky](https://github.com/mmcky))
**Testing:**
- TEST: add :class: attribute test for literalinclude [\255](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/255) ([mmcky](https://github.com/mmcky))