From: Randy Dunlap Date: Mon, 19 May 2025 22:04:13 +0000 (-0700) Subject: Docs: doc-guide: update sphinx.rst Sphinx version number X-Git-Tag: v6.16-rc1~176^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6d886005d32e4380cee3d1095908875505ac2c6;p=thirdparty%2Flinux.git Docs: doc-guide: update sphinx.rst Sphinx version number Update the minimum version number to match both Documentation/Changes and Documentation/conf.py. Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Mauro Carvalho Chehab Reviewed-by: Mauro Carvalho Chehab Signed-off-by: Jonathan Corbet Message-ID: <20250519220413.2914890-1-rdunlap@infradead.org> --- diff --git a/Documentation/doc-guide/sphinx.rst b/Documentation/doc-guide/sphinx.rst index f14be82e9c352..5a91df1051413 100644 --- a/Documentation/doc-guide/sphinx.rst +++ b/Documentation/doc-guide/sphinx.rst @@ -28,7 +28,7 @@ Sphinx Install ============== The ReST markups currently used by the Documentation/ files are meant to be -built with ``Sphinx`` version 2.4.4 or higher. +built with ``Sphinx`` version 3.4.3 or higher. There's a script that checks for the Sphinx requirements. Please see :ref:`sphinx-pre-install` for further details.