]> git.ipfire.org Git - thirdparty/krb5.git/commit
Make docs build python3-compatible 790/head
authorRobbie Harwood <rharwood@redhat.com>
Wed, 13 Jun 2018 19:07:48 +0000 (15:07 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 14 Jun 2018 00:57:55 +0000 (20:57 -0400)
commita7c6d98480f1e33454173f88381921472d72f80a
tree23cfbce70f13719e3c9843c3e18707b0305e3c6c
parent76aaa786db1051cd56ef8ac9157f8a30301c3949
Make docs build python3-compatible

python3 removed execfile(), which we use for loading version data and
paths information in docs.  Call exec() directly instead.

ticket: 8692 (new)
doc/conf.py