QuantEcon / sphinxcontrib-jupyter

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

Mixed use of .. code:: and ..code-block:: renders some cells as non-execute #51

Open mmcky opened 6 years ago

mmcky commented 6 years ago

Currently in the test document tests/code-blocks.rst

a mixed use of .. code:: python and .. code-block:: python renders the .. code-block inclusion as a no-exectute cell. This should not be the case as the rest of the document is in python. However inclusion of code-examples for other languages should be no-execute.