Re: [PATCH v2 0/2] docs/python: bump minimum Sphinx version

2024-07-05 Thread John Snow
On Wed, Jul 3, 2024, 1:52 PM John Snow wrote: > With recent deprecations, we can advance our minimum sphinx version > safely. This is heavily motivated by new qapidoc work which is much > easier to maintain cross-version compatibility for - see difficulties in > our dbus documentation which only

[PATCH v2 0/2] docs/python: bump minimum Sphinx version

2024-07-03 Thread John Snow
With recent deprecations, we can advance our minimum sphinx version safely. This is heavily motivated by new qapidoc work which is much easier to maintain cross-version compatibility for - see difficulties in our dbus documentation which only works on sphinx >= 4. We can only guarantee >= 3.4.3 no