Re: [PATCH 1/2] configure: Allow user to specify sphinx-build binary

2020-02-04 Thread Wainer dos Santos Moschetta
On 2/3/20 11:25 AM, Peter Maydell wrote: Currently we insist on using 'sphinx-build' from the $PATH; allow the user to specify the binary to use. This will be more useful as we become pickier about the capabilities we require (eg needing a Python 3 sphinx-build). Signed-off-by: Peter Maydell

Re: [PATCH 1/2] configure: Allow user to specify sphinx-build binary

2020-02-04 Thread Paolo Bonzini
On 04/02/20 11:39, Markus Armbruster wrote: > Peter Maydell writes: > >> Currently we insist on using 'sphinx-build' from the $PATH; >> allow the user to specify the binary to use. This will be >> more useful as we become pickier about the capabilities >> we require (eg needing a Python 3 sphinx-

Re: [PATCH 1/2] configure: Allow user to specify sphinx-build binary

2020-02-04 Thread Markus Armbruster
Peter Maydell writes: > Currently we insist on using 'sphinx-build' from the $PATH; > allow the user to specify the binary to use. This will be > more useful as we become pickier about the capabilities > we require (eg needing a Python 3 sphinx-build). > > Signed-off-by: Peter Maydell > --- > I

Re: [PATCH 1/2] configure: Allow user to specify sphinx-build binary

2020-02-03 Thread Alex Bennée
Peter Maydell writes: > Currently we insist on using 'sphinx-build' from the $PATH; > allow the user to specify the binary to use. This will be > more useful as we become pickier about the capabilities > we require (eg needing a Python 3 sphinx-build). > > Signed-off-by: Peter Maydell Reviewe

[PATCH 1/2] configure: Allow user to specify sphinx-build binary

2020-02-03 Thread Peter Maydell
Currently we insist on using 'sphinx-build' from the $PATH; allow the user to specify the binary to use. This will be more useful as we become pickier about the capabilities we require (eg needing a Python 3 sphinx-build). Signed-off-by: Peter Maydell --- I went with the most common convention fo