Roberto Bagnara
unread,Feb 10, 2023, 3:29:54 AM2/10/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sphinx...@googlegroups.com
Hi there.
I have
extensions = [
'sphinx.ext.todo',
'sphinx.ext.imgmath',
'sphinx.ext.ifconfig',
'sphinxcontrib.bibtex',
'sphinx_rtd_theme',
'sphinxcontrib.inkscapeconverter'
]
# The name of an image file (relative to this directory) to place at the top of
# the title page.
latex_logo = 'image.svg'
I have inkscape installed, but but I still get:
! LaTeX Error: Unknown graphics extension: .svg.
In fact, it seems to me that the converter does not even
come into play, as I see in the LaTeX generated code:
\newcommand{\sphinxlogo}{\sphinxincludegraphics{image.svg}\par}
What am I missing?
Thanks,
Roberto