From d8c764ba5acee37156795d73e757e5fc8662e4b0 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Wed, 11 Jun 2025 14:02:58 +0100 Subject: [PATCH] Add missing line break The bullet points don't render correctly without it. --- docs/source/reference/modding/paths.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/reference/modding/paths.rst b/docs/source/reference/modding/paths.rst index 26c3ccbb65..4ea5219e74 100644 --- a/docs/source/reference/modding/paths.rst +++ b/docs/source/reference/modding/paths.rst @@ -75,6 +75,7 @@ Configuration sources Configuration for OpenMW is composed from several sources. From lowest to highest priority, these are: + * The local or global ``openmw.cfg``. * Any ``openmw.cfg`` files in any other directories specified with the ``config`` option. * Options specified on the command line.