Re: [PATCH 02/29] configure: Check that sphinx-build is using Python 3

2020-02-08 Thread Peter Maydell
On Sat, 8 Feb 2020 at 07:51, Markus Armbruster wrote: > Peter Maydell writes: > > It might be sphinx-build-3 on RH, but on Debian/Ubuntu it's > > just 'sphinx-build' assuming you installed the python3-sphinx > > and not the python2-sphinx, or you can run it directly out of > > /usr/share/sphinx/s

Re: [PATCH 02/29] configure: Check that sphinx-build is using Python 3

2020-02-07 Thread Markus Armbruster
Peter Maydell writes: > On Fri, 7 Feb 2020 at 16:18, Markus Armbruster wrote: >> >> Peter Maydell writes: >> >> > Currently configure's has_sphinx_build() check simply runs a dummy >> > sphinx-build and either passes or fails. This means that "no >> > sphinx-build at all" and "sphinx-build exi

Re: [PATCH 02/29] configure: Check that sphinx-build is using Python 3

2020-02-07 Thread Peter Maydell
On Fri, 7 Feb 2020 at 16:18, Markus Armbruster wrote: > > Peter Maydell writes: > > > Currently configure's has_sphinx_build() check simply runs a dummy > > sphinx-build and either passes or fails. This means that "no > > sphinx-build at all" and "sphinx-build exists but is too old" are > > both

Re: [PATCH 02/29] configure: Check that sphinx-build is using Python 3

2020-02-07 Thread Markus Armbruster
Peter Maydell writes: > Currently configure's has_sphinx_build() check simply runs a dummy > sphinx-build and either passes or fails. This means that "no > sphinx-build at all" and "sphinx-build exists but is too old" are > both reported the same way. > > Further, we want to assume that all the

[PATCH 02/29] configure: Check that sphinx-build is using Python 3

2020-02-06 Thread Peter Maydell
Currently configure's has_sphinx_build() check simply runs a dummy sphinx-build and either passes or fails. This means that "no sphinx-build at all" and "sphinx-build exists but is too old" are both reported the same way. Further, we want to assume that all the Python we write is running with at