From 9fd893d243deb1c9cfe35d067bb96fa0e0245f78 Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Mon, 2 Nov 2020 11:56:15 +0100 Subject: [PATCH] news: Fix an RST alignment typo with '=' which breaks the pipeline This is just a warning, but because we're invoking rst2html5 with --strict, it will fail at encountering a single minor issue. Signed-off-by: Erik Skultety --- NEWS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 09170638ec..a8dde151e0 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -9,7 +9,7 @@ For a more fine-grained view, use the `git log`_. v6.10.0 (unreleased) -=================== +==================== * **New features**