[PATCH] Docs: doc-guide: update sphinx.rst Sphinx version number

Randy Dunlap posted 1 patch 7 months ago
Documentation/doc-guide/sphinx.rst |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Docs: doc-guide: update sphinx.rst Sphinx version number
Posted by Randy Dunlap 7 months ago
Update the minimum version number to match both
Documentation/Changes and Documentation/conf.py.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
---
 Documentation/doc-guide/sphinx.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20250516.orig/Documentation/doc-guide/sphinx.rst
+++ linux-next-20250516/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.
Re: [PATCH] Docs: doc-guide: update sphinx.rst Sphinx version number
Posted by Jonathan Corbet 7 months ago
Randy Dunlap <rdunlap@infradead.org> writes:

> Update the minimum version number to match both
> Documentation/Changes and Documentation/conf.py.
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
> ---
>  Documentation/doc-guide/sphinx.rst |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-next-20250516.orig/Documentation/doc-guide/sphinx.rst
> +++ linux-next-20250516/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.
>  
Applied, thanks.

jon
Re: [PATCH] Docs: doc-guide: update sphinx.rst Sphinx version number
Posted by Mauro Carvalho Chehab 7 months ago
Em Mon, 19 May 2025 15:04:13 -0700
Randy Dunlap <rdunlap@infradead.org> escreveu:

> Update the minimum version number to match both
> Documentation/Changes and Documentation/conf.py.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Cc: Mauro Carvalho Chehab <mchehab@kernel.org>

Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

> ---
>  Documentation/doc-guide/sphinx.rst |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- linux-next-20250516.orig/Documentation/doc-guide/sphinx.rst
> +++ linux-next-20250516/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.



Thanks,
Mauro