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

2020-02-04 Thread Wainer dos Santos Moschetta
On 2/3/20 11:25 AM, Peter Maydell wrote: 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 tha

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

2020-02-03 Thread Alex Bennée
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 th

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

2020-02-03 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