From 4403aafc8455399183342085088801907a130181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=A4r?= Date: Wed, 22 Jul 2026 15:31:08 +0200 Subject: [PATCH] Fix formatting of list items in user guide --- doc/user_guide/features/github_workflows/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user_guide/features/github_workflows/index.rst b/doc/user_guide/features/github_workflows/index.rst index e494b6153..4c7296be4 100644 --- a/doc/user_guide/features/github_workflows/index.rst +++ b/doc/user_guide/features/github_workflows/index.rst @@ -41,8 +41,8 @@ The PTB allows for two categories of workflows: #. custom workflows, which are project-owned. Custom workflows can optionally be -* seeded by the PTB, i.e. PTB generates an initial version but ignores future changes. -* extend PTB-provided workflows, i.e. ending in `-extension.yml` + * seeded by the PTB, i.e. PTB generates an initial version but ignores future changes. + * extend PTB-provided workflows, i.e. ending in `-extension.yml` Besides that, you can also create individual workflow files which are ignored by the PTB.