QuantEcon / sphinxcontrib-jupyter

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

[FIX] Fixes for nbconvert > 6 #336

Open AakashGfude opened 3 years ago

AakashGfude commented 3 years ago

This PR solves the following:

The reason behind these till now has been identified as the major release of nbconvert which is 6.0.x

fixes https://github.com/QuantEcon/lecture-python/pull/329

mmcky commented 3 years ago

thanks @AakashGfude are there still issues with the tplx?

Can you work through the travis build to get his passing CI

  1. pin sphinxcontrib-bibtex==1.0 should fix this.
  2. Raise an issue for sphinxcontrib-bibtex>=2 compatibility
AakashGfude commented 3 years ago

thanks @AakashGfude are there still issues with the tplx?

Yes, there have been quite drastic changes in nbconvert 6 with regards to templates. I Will have to do edits/refactor on the template files. Doing that at the moment

  1. pin sphinxcontrib-bibtex==1.0 should fix this.
  2. Raise an issue for sphinxcontrib-bibtex>=2 compatibility

Thanks @mmcky . Will do this.