]> git.ipfire.org Git - thirdparty/jinja.git/commit
Fix tox docs-html builds 982/head
authorKevin Brown <kevin@kevin-brown.com>
Mon, 6 May 2019 14:07:48 +0000 (10:07 -0400)
committerKevin Brown <kevin@kevin-brown.com>
Mon, 6 May 2019 14:07:48 +0000 (10:07 -0400)
commit722ee987290036f06e481dafca63c3fb574e4853
tree016feb07df7626f5f1e65dea7f769ab9459c3f2f
parentc4c4088945a2c12535f539be7f5453b9ca94666c
Fix tox docs-html builds

These have been broken for about a month now because of the upgrade
to Sphinx 2. This upgrade happened automatically because we do not
have the version pinned.

Luckily this issue appears to only be from having Python 2 syntax in
the docs script, so making that compatible with Python 3 fixes the
error and allows the docs to pass.
docs/conf.py