I'm surprised there isn't already an issue for this, but I can't find it, better googlers may.
The python checks and commands used in the build need updating to python3. The python
command does not exist on many systems now.
configure.ac
checks for python
so the docs have to be disabled here, even though I have python3
and a rst2html
with #!/usr/bin/python3
shebang.geany_gtkdoc_header.m4
explicitly checks for Python 2.7 if I read it right.#!/usr/bin/python
or #!/usr/bin/env python
both of which will fail#!/usr/bin/env python
There may be more.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.