[PATCH 1/2] Documentation: user: versioning: fix formatting

Ahmad Fatoum a.fatoum at pengutronix.de
Thu Apr 24 04:06:30 PDT 2025


Apparently, Sphinx is space sensitive in literal ``blocks`` and
currently interprets <space>`` literally and doesn't end the literal
then.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 Documentation/user/versioning.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/user/versioning.rst b/Documentation/user/versioning.rst
index 0c3001b97433..0a8095a2e085 100644
--- a/Documentation/user/versioning.rst
+++ b/Documentation/user/versioning.rst
@@ -9,7 +9,7 @@ information:
 
   * When built from git, ``scripts/setlocalversion`` will factor in
     git revision information into the version string.
-  * The ``EXTRAVERSION = `` in the top-level ``Makefile`` can be used
+  * The ``EXTRAVERSION =`` in the top-level ``Makefile`` can be used
     to add a suffix to the version. This is useful if patches are applied
     on top of the tarball release.
   * The build host can set the ``BUILDSYSTEM_VERSION`` environment variable
-- 
2.39.5




More information about the barebox mailing list