-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
sphinx and PDF tweaks #3948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sphinx and PDF tweaks #3948
Conversation
this can be different for debian installs, etc.
avoids waiting for input
If pdflatex fails or requests input, does this just fail silently? |
Test suite passes here, thanks so much! Merging now... |
@jdfreder, I think pdflatex will set the status code correctly in this case, but I haven't checked yet... |
Sphinx and PDF tweaks for nbconvert: - add `--interaction=batchmode` to pdflatex call to avoid waiting for interactive input. - use sphinx.package_dir to find texinputs directory regardless of on-disk location. Closes #3894.
I think |
OK. At least this fixes the open bug ;) |
PR #3949 should give better information |
You mean #3949... |
I do indeed. |
Sphinx and PDF tweaks for nbconvert: - add `--interaction=batchmode` to pdflatex call to avoid waiting for interactive input. - use sphinx.package_dir to find texinputs directory regardless of on-disk location. Closes ipython#3894.
--interaction=batchmode
to pdflatex callavoids waiting for input
this can vary, e.g. for debian installs it is /usr/share/sphinx
closes #3894