Conversation
Member
Author
|
@AakashGfude it looks like the latex:
latex_engine : 'xelatex'
latex_documents:
targetname : book.tex
latex_elements:
preamble : '\usepackage[utf8x,utf8]{inputenc}'I think you're correct in that the basic |
Member
Author
|
@AakashGfude it seems to be an issue with \begin{sphinxalltt}
/Users/matthewmckay/anaconda3/envs/ebp/lib/python3.7/site\sphinxhyphen{}packages/ipykernel\_launcher.py:10: NumbaDeprecationWarning: �{[}1mThe 'numba.jitclass' decorator has moved to 'numba.experimental.jitclass' to better reflect the experimental nature of the functionality. Please update your imports to accommodate this change and see http://numba.pydata.org/numba\sphinxhyphen{}doc/latest/reference/deprecation.html\#change\sphinxhyphen{}of\sphinxhyphen{}jitclass\sphinxhyphen{}location for the time frame.�{[}0m
\# Remove the CWD from sys.path while we load stuff.
\end{sphinxalltt}
If I comment that block out -- |
Member
Author
|
Its the only occurrence of % now for the modified alltt environment
\newenvironment{sphinxalltt}
{% at start of next line to workaround Emacs/AUCTeX issue with this file
\begin{alltt}%
\ifspx@opt@parsedliteralwraps
\sbox\sphinxcontinuationbox {\spx@opt@verbatimcontinued}%
\sbox\sphinxvisiblespacebox {\spx@opt@verbatimvisiblespace}%
\sphinxbreaksattexescapedchars
\sphinxbreaksviaactiveinparsedliteral
\sphinxbreaksatspaceinparsedliteral
% alltt takes care of the ' as derivative ("prime") in math mode
\everymath\expandafter{\the\everymath\sphinxunactivateextrasandspace
\catcode`\<=12\catcode`\>=12\catcode`\^=7\catcode`\_=8 }%
% not sure if displayed math (align,...) can end up in parsed-literal, anyway
\everydisplay\expandafter{\the\everydisplay
\catcode13=5 \sphinxunactivateextrasandspace
\catcode`\<=12\catcode`\>=12\catcode`\^=7\catcode`\_=8 }%
\fi }
{\end{alltt}} |
Member
Author
|
This isn't building because of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates config to enable build of
pdffiles