On Fri, Jun 03, 2022 at 04:22:32PM +0100, Matthew Wilcox wrote: > We'd need to coordinate with kernel.org's automated build of the > documentation. I believe Konstantin handles that. With pip, I imagine > he can install whatever version is needed. Correct. We currently have: $ pip show Sphinx Name: Sphinx Version: 2.4.5 In the setup, I have it being installed as Sphinx~=2.0 with a comment: # Don't use Sphinx-3.x until upstream is happy using it I'm happy to upgrade that to a newer version if that condition no longer applies. -K