From 2aa38b2ca65ae237e13e6903687c7f28e9f37e33 Mon Sep 17 00:00:00 2001
From: Ruth Comer <10599679+rcomer@users.noreply.github.com>
Date: Wed, 18 Oct 2023 07:55:53 +0100
Subject: [PATCH] Backport PR #27132: changed automated tests from subsection
 to section in workflow

---
 doc/devel/development_workflow.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/devel/development_workflow.rst b/doc/devel/development_workflow.rst
index addc4315b94a..50170ee4ade3 100644
--- a/doc/devel/development_workflow.rst
+++ b/doc/devel/development_workflow.rst
@@ -430,7 +430,7 @@ of history which can cause confusion.
 .. _automated-tests:
 
 Automated tests
----------------
+===============
 
 Whenever a pull request is created or updated, various automated test tools
 will run on all supported platforms and versions of Python.