sqlalchemy / mako

Mako Templates for Python
https://www.makotemplates.org
MIT License
353 stars 60 forks source link

Wrong HTML meta tag in docs from release tarball #385

Closed xry111 closed 7 months ago

xry111 commented 7 months ago

In Mako-1.3.2 release tarball, the HTML docs contains a wrong meta tag:

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

(lacking a / before >).

zzzeek commented 7 months ago

hi....did that appear in 1.3.2 or it's been there all along?

xry111 commented 7 months ago

Also 1.3.1. I've not checked earlier releases...

zzzeek commented 7 months ago

OK. it's been there awhile, here it is in SQLAlchemy's docs on the site also: view-source:https://docs.sqlalchemy.org/en/20/

so this is part of https://github.com/sqlalchemyorg/zzzeeksphinx/

zzzeek commented 7 months ago

https://github.com/sqlalchemyorg/zzzeeksphinx/issues/22