QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
76 stars 23 forks source link

Code blocks being generated as non-execute #166

Closed Nosferican closed 5 years ago

Nosferican commented 5 years ago

When using the latest release (v1.8.3) for Sphinx and master, notebooks are generating markdown cells as

```julia
...

Instead of code cells. cc: @mmcky

mmcky commented 5 years ago

Thanks for the report @Nosferican. I have been away for the a while and just re-parsing this issue list. This should now be fixed with the latest master of sphinxcontrib-jupyter for 1.8.5. From sphinx=2.1.2 it is advised to use .. code-block:: instead of .. code:: also.

mmcky commented 5 years ago

Please let me know if you find there are any additional issues.

Nosferican commented 5 years ago

Seems to no longer be an issue (Getting Started was the use case I used to verify current behavior). Thanks!