This is a ``v0.3.0`` release of sphinxcontrib-jupyter for release via PyPI.
There have been a lot of improvements for this release as documented below.
**Note:** This version is now compatible with `sphinx=1.8+` and `sphinx=1.7+`
Many thanks to the contributions made during this release cycle: [arnavs](https://github.com/arnavs), [chabotsi](https://github.com/chabotsi), [FelipeMaldonado](https://github.com/FelipeMaldonado), and [nthiery](https://github.com/nthiery) (in alphabetical order). Your PR's and improvements are greatly valued.
New Features
1. Support sphinx \>= 1.8 [\156](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/156) ([chabotsi](https://github.com/chabotsi))
1. Easier support for compiling notebooks with local images [\155](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/155) ([mmcky](https://github.com/mmcky))
1. Update displaymath to use Latex tags rather than html table wrappers [\154](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/154) ([mmcky](https://github.com/mmcky))
1. Add metadata for hide-output pass through to an nb\_executor [\153](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/153) ([mmcky](https://github.com/mmcky))
1. Add jupyter\_target\_html\_urlprefix option [\147](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/147) ([mmcky](https://github.com/mmcky))
1. Directive to add a dependent file copied to notebook location [\142](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/142) ([mmcky](https://github.com/mmcky))
1. add urlprefix capability for images in notebooks [\138](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/138) ([mmcky](https://github.com/mmcky))
1. add ignore for globally skipping skip-test flag in code-blocks [\131](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/131) ([mmcky](https://github.com/mmcky))
1. Add global ignore to no-execute code-blocks [\129](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/129) ([mmcky](https://github.com/mmcky))
1. Allow target html for footnotes [\126](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/126) ([mmcky](https://github.com/mmcky))
1. Add html target for adding footnotes \(to allow nbconvert passthrough\) [\119](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/119) ([mmcky](https://github.com/mmcky))
1. Add :output: to Jupyter Directive [\115](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/115) ([FelipeMaldonado](https://github.com/FelipeMaldonado))
1. allow html targeting in links for use with nbconvert [\113](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/113) ([mmcky](https://github.com/mmcky))
1. Add slideshow option into the metadata [\112](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/112) ([FelipeMaldonado](https://github.com/FelipeMaldonado))
1. add support for toctree objects [\111](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/111) ([mmcky](https://github.com/mmcky))
1. adding support for language synonyms such as python and ipython [\110](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/110) ([mmcky](https://github.com/mmcky))
1. add support for download directives [\106](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/106) ([mmcky](https://github.com/mmcky))
1. Pass through for `collapse` class for html writers [\105](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/105) ([mmcky](https://github.com/mmcky))
1. Add support for footnotes rubric [\99](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/99) ([mmcky](https://github.com/mmcky))
1. Add support for epigraph nodes [\97](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/97) ([mmcky](https://github.com/mmcky))
1. allow jupyter notebooks to capture html only blocks in output [\92](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/92) ([mmcky](https://github.com/mmcky))
1. Add ignore for comments in RST [\87](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/87) ([mmcky](https://github.com/mmcky))
1. Add support for inline literal markup in RST [\86](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/86) ([mmcky](https://github.com/mmcky))
1. Add support to skip only directives that are not jupyter [\85](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/85) ([mmcky](https://github.com/mmcky))
1. Add Jupyter directive for specifying breaks in markdown cells [\84](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/84) ([FelipeMaldonado](https://github.com/FelipeMaldonado))
1. Add support for note node type as blockquote markdown [\81](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/81) ([mmcky](https://github.com/mmcky))
1. Add test class [\78](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/78) ([arnavs](https://github.com/arnavs))
1. Add support for solutions class [\72](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/72) ([mmcky](https://github.com/mmcky))
1. Add configuration keyword for specifying the default language of the jupyter notebook [\64](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/64) ([nthiery](https://github.com/nthiery))
1. Improved support for nested code blocks [\63](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/63) ([nthiery](https://github.com/nthiery))
1. Python 2 support [\62](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/62) ([nthiery](https://github.com/nthiery))
Bug Fixes
1. Interspersed Lists and Code [\144](https://github.com/QuantEcon/sphinxcontrib-jupyter/issues/144)
1. Rendering \(not ignoring\) TODO [\24](https://github.com/QuantEcon/sphinxcontrib-jupyter/issues/24)
1. fix implementation for notes to follow internal markup of Text [\90](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/90) ([mmcky](https://github.com/mmcky))
1. Fix small displaymath equation issue using a local font resize div [\152](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/152) ([mmcky](https://github.com/mmcky))
1. Fix internal links issue using \) and \( [\151](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/151) ([mmcky](https://github.com/mmcky))
1. Make more robust to varying directory structures for dependent files [\146](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/146) ([mmcky](https://github.com/mmcky))
1. Change to text for none highlight in markdown [\141](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/141) ([mmcky](https://github.com/mmcky))
1. Fix markdown when no language is specified for highlighting [\140](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/140) ([mmcky](https://github.com/mmcky))
1. adjust inline math in contents when targeting html [\132](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/132) ([mmcky](https://github.com/mmcky))
1. fix spacing issue in markdown after leaving raw directives [\128](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/128) ([mmcky](https://github.com/mmcky))
1. fix displaymath issue when in list [\114](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/114) ([mmcky](https://github.com/mmcky))
1. Migrate blockquote to use Markdown \> syntax [\100](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/100) ([mmcky](https://github.com/mmcky))
1. Fix epigraph bug due to no trailing newline in markdown [\98](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/98) ([mmcky](https://github.com/mmcky))
1. fix issue with odd number of spaces breaking nested lists [\93](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/93) ([mmcky](https://github.com/mmcky))
1. resolve error with windows delimiters [\67](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/67) ([arnavs](https://github.com/arnavs))
Testing Updates
1. update math test with additional referenced equations [\118](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/118) ([mmcky](https://github.com/mmcky))
1. update test for code-blocks with special case with none highlighter [\96](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/96) ([mmcky](https://github.com/mmcky))
1. update to math test with more complete inline test cases [\95](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/95) ([mmcky](https://github.com/mmcky))
1. add test for literal include directives [\94](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/94) ([mmcky](https://github.com/mmcky))
1. improve testing for nested lists [\75](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/75) ([mmcky](https://github.com/mmcky))
1. Run tests on all generated notebooks, without stopping upon first failure [\61](https://github.com/QuantEcon/sphinxcontrib-jupyter/pull/61) ([nthiery](https://github.com/nthiery))