- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Exception occurred when make latex on getfem.git #6046
Comments
Same error occured also in v1.8.4. |
I did not test (my g++ compiler is too old for I noticed
in your
This should not be related to your problem and it will show only at time of executing pdflatex on the produced tex files. You also have
which seems unneeded. Package minted hacks fancyvrb to add this |
It seems your project defines invalid
http://git.savannah.nongnu.org/cgit/getfem.git/tree/doc/sphinx/source/conf.py#n298 So please update your configuration. On the other hand, the TypeError is raised from LaTeX builder. And we can fix it easily. So I'll work for it. |
Fix #6046: LaTeX: ``TypeError`` is raised when invalid latex_elements given
I just fixed about crash in #6050. It does not means to accept wrong configuration of getfem. Please update your conf.py. |
I've confirmed. Thank you for fixing. |
Exception occurred
Exception occurred when compile latex document in project getfem.
To Reproduce
Expected behavior
Exception occurred:
File "/usr/lib/python2.7/dist-packages/sphinx/writers/latex.py", line 706, in check_latex_elements
logger.warning(msg % key)
TypeError: not all arguments converted during string formatting
The full traceback has been saved in /tmp/sphinx-err-6HUGqT.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at https://github.com/sphinx-doc/sphinx/issues. Thanks!.
Your project
http://getfem.org/
Screenshots
None
Environment info
Additional context
sphinx-err-6HUGqT.log
The text was updated successfully, but these errors were encountered: