Re: [PATCH 6/7] CI: Stop building docs on centos8

2023-02-15 Thread John Snow
On Fri, Feb 10, 2023 at 5:30 AM Paolo Bonzini wrote: > > On 2/10/23 00:32, John Snow wrote: > >> It's possible to teach lcitool to use pip instead to install > >> docutils, sphinx and sphinx-rtd-theme > > > > I will say that once upon a time, Peter Maydell expressed a > > preference to use the ver

Re: [PATCH 6/7] CI: Stop building docs on centos8

2023-02-10 Thread Paolo Bonzini
On 2/10/23 00:32, John Snow wrote: It's possible to teach lcitool to use pip instead to install docutils, sphinx and sphinx-rtd-theme I will say that once upon a time, Peter Maydell expressed a preference to use the version(s) of sphinx managed by the distro instead of swallowing it into the py

Re: [PATCH 6/7] CI: Stop building docs on centos8

2023-02-09 Thread John Snow
On Thu, Feb 9, 2023 at 5:43 PM Paolo Bonzini wrote: > > > > Il gio 9 feb 2023, 16:40 John Snow ha scritto: >> >> CentOS 8 does not ship with a sphinx new enough for our purposes (It >> necessarily uses Python 3.6), so drop this from this build. We can >> resume building docs on CentOS 9 if we wis

Re: [PATCH 6/7] CI: Stop building docs on centos8

2023-02-09 Thread Paolo Bonzini
Il gio 9 feb 2023, 16:40 John Snow ha scritto: > CentOS 8 does not ship with a sphinx new enough for our purposes (It > necessarily uses Python 3.6), so drop this from this build. We can > resume building docs on CentOS 9 if we wish, but we also currently test > and build docs on Fedora, Ubuntu,

Re: [PATCH 6/7] CI: Stop building docs on centos8

2023-02-09 Thread Philippe Mathieu-Daudé
On 9/2/23 16:40, John Snow wrote: CentOS 8 does not ship with a sphinx new enough for our purposes (It necessarily uses Python 3.6), so drop this from this build. We can resume building docs on CentOS 9 if we wish, but we also currently test and build docs on Fedora, Ubuntu, Alpine and Debian.

Re: [PATCH 6/7] CI: Stop building docs on centos8

2023-02-09 Thread Thomas Huth
On 09/02/2023 16.40, John Snow wrote: CentOS 8 does not ship with a sphinx new enough for our purposes (It necessarily uses Python 3.6), so drop this from this build. We can resume building docs on CentOS 9 if we wish, but we also currently test and build docs on Fedora, Ubuntu, Alpine and Debian

[PATCH 6/7] CI: Stop building docs on centos8

2023-02-09 Thread John Snow
CentOS 8 does not ship with a sphinx new enough for our purposes (It necessarily uses Python 3.6), so drop this from this build. We can resume building docs on CentOS 9 if we wish, but we also currently test and build docs on Fedora, Ubuntu, Alpine and Debian. Signed-off-by: John Snow --- .gitla