I'm facing errors converting a Sphinx project (read the docs style documentation).
! Package inputenc Error: Unicode character (U+1F69A)
(inputenc) not set up for use with LaTeX.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
I've read that it would not be easily possible to display the emojis in the PDF using LaTeX. For my use case, that's not a prerequisite. But could I configure Sphinx or Latex to avoid processing emojis when rendering the PDF?
\documentclass{...}and ending with\end{document}. – DG' May 11 '23 at 07:33