Closed AakashGfude closed 2 years ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.35%. Comparing base (
ddff626
) to head (7b6f668
). Report is 13 commits behind head on master.
Guys this was specifically moved out of the requirements in #55, so I'm really not sure why you are adding back in
@chrisjsewell yes I did see that. But we have imported myst_nb in transforms.py, like https://github.com/executablebooks/sphinx-jupyterbook-latex/blob/master/sphinx_jupyterbook_latex/transforms.py#L486. Or we should not run those transforms probably if myst_nb is not installed?
Sorry about that revert comment, it was by mistake
It was changed due to circular dependency issues in jupyter-book. It's ok if this is not an issue anymore, but yeh just have a check.
@AakashGfude this will lock us into ensuring releases of sphinx-jupyterbook-latex
and jupyter-book
are synchronised to avoid these things. Perhaps it best to:
myst-nb
is installed and if so treat the Cells (as per the PR)myst-nb
pip install sphinx-jupyterbook-latex[myst]
instead.