Closed MSeal closed 4 years ago
This error was due to multi-line data in an <img src="data:...">
tag in a notebook:
I've created a fix in #475.
Thanks! I'll unpin our doc builds once that fix is released. Appreciate you digging into the issue.
@MSeal I've just released nbsphinx
0.7.1 which contains the fix.
@mgeier Great, looks like it's working. I'll change the pin to >=0.7.1
I had to pin nconvert's docs build to 0.6.1 to get it to build again. There's an error with an invalid png (only header written in the file it appears?) being generated by latexmk based on converting the results of
python3 setup.py build_sphinx -b latex
. I tried a few things to correct for the issue but didn't find a root cause in the change. It appears to have begun failing off the master build of nbsphinx between the 7th and 18th of March (the builds used to use git master during doc gen). https://github.com/jupyter/nbconvert/blob/master/.circleci/config.yml has the execution commands that fail on thelatexmk -pdf
task using the latest release of nbsphinx. If you nuke thebuild
directory and rerun with 0.6.1. it succeeds.