sphinxcontrib-jupyter
sphinxcontrib-jupyter copied to clipboard
[FIX] Fixes for nbconvert > 6
This PR solves the following:
- [ ] not reading article.tpxl for jinja extend of latex.tpl
- [x] not able to read html.tpl using jinja2 #328
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
thanks @AakashGfude are there still issues with the tplx?
Can you work through the travis build to get his passing CI
- pin
sphinxcontrib-bibtex==1.0should fix this. - Raise an issue for
sphinxcontrib-bibtex>=2compatibility
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
- pin
sphinxcontrib-bibtex==1.0should fix this.- Raise an issue for
sphinxcontrib-bibtex>=2compatibility
Thanks @mmcky . Will do this.