QuantEcon / sphinxcontrib-jupyter

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

ENH: Add compatibility with Sphinx=2.1.2 #213

Closed mmcky closed 5 years ago

mmcky commented 5 years ago

This update will ensure the following sphinx versions are checked: 2.1.2, 1.8.5, 1.7.9 for python version 2.7 and 3.6

mmcky commented 5 years ago

made updates to tests/code-blocks.rst and tests/exercises.rst to make use of .. code-block as .. code:: is deprecated and in the process of getting removed.

mmcky commented 5 years ago

@AakashGfude this was easier to fix that I had thought. We now have compatibility with sphinx=2.1.2 once this is merged. No changes to code required. Just minor corrections to test cases.

mmcky commented 5 years ago

Note: python27 is ignored when running tests for sphinx=2.1.2

mmcky commented 5 years ago

This PR added texlive2018 to travis CI specification.