Apparently my Docker image was a bit stale. Pulled the latest image and now
sphinx-build is 3.2.1, which seems to have fixed the problem with closing
the meta tag.


On September 21, 2020 at 10:37:43 AM, Ken ([email protected]) wrote:

I've noticed that sometimes when generating an EPUP document with Sphinx
(3.1.2), that that the generated XHTML meta viewport line doesn't have a
closing tag:

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Since it is XHTML, it should be:

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

Anyone else seen this or know what might be causing it? It's enough of a
problem that it prevents the EPUB file from working.

-- 
You received this message because you are subscribed to the Google Groups
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/sphinx-users/dd53354c-cb29-4d0a-b8c4-ba72e86d0bean%40googlegroups.com
<https://groups.google.com/d/msgid/sphinx-users/dd53354c-cb29-4d0a-b8c4-ba72e86d0bean%40googlegroups.com?utm_medium=email&utm_source=footer>
.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/CAJMEfo6cDcD28y5XV_3xU2U13EjwXwsOgxtL1WxRfp%3D3FjTTVQ%40mail.gmail.com.

Reply via email to