From c99fcb58501e1fbbfa5c9ee6f272db0623553f69 Mon Sep 17 00:00:00 2001 From: Jonathan Corbet Date: Mon, 23 Feb 2026 14:29:30 -0700 Subject: [PATCH] docs: Fix an erroneous reference to sphinx.rst Just give the name of the file and let the automarkup stuff do its thing. Signed-off-by: Jonathan Corbet --- Documentation/process/changes.rst | 2 +- Documentation/translations/pt_BR/process/howto.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst index 6b373e193548..f9f6f5c47882 100644 --- a/Documentation/process/changes.rst +++ b/Documentation/process/changes.rst @@ -391,7 +391,7 @@ Kernel documentation Sphinx ------ -Please see :ref:`sphinx_install` in :ref:`Documentation/doc-guide/sphinx.rst ` +Please see :ref:`sphinx_install` in Documentation/doc-guide/sphinx.rst for details about Sphinx requirements. rustdoc diff --git a/Documentation/translations/pt_BR/process/howto.rst b/Documentation/translations/pt_BR/process/howto.rst index 35bf633f21d6..56703010233c 100644 --- a/Documentation/translations/pt_BR/process/howto.rst +++ b/Documentation/translations/pt_BR/process/howto.rst @@ -1,6 +1,6 @@ .. SPDX-License-Identifier: GPL-2.0 -.. pt_process_howto: +.. _pt_process_howto: COMO FAZER o desenvolvimento do kernel Linux ============================================