From f4a88a12d0e995994e3e7fd589baadf861040cc5 Mon Sep 17 00:00:00 2001 From: Oliver Bertuch Date: Wed, 9 Dec 2020 18:48:25 +0100 Subject: [PATCH] Make Sphinx happy by removing a redundant space in dev docs about configuration. --- doc/sphinx-guides/source/developers/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/developers/configuration.rst b/doc/sphinx-guides/source/developers/configuration.rst index b9bb3dc3fe7..c07a555ad1b 100644 --- a/doc/sphinx-guides/source/developers/configuration.rst +++ b/doc/sphinx-guides/source/developers/configuration.rst @@ -88,7 +88,7 @@ Aliasing Database Setting ^^^^^^^^^^^^^^^^^^^^^^^^^ When moving a database setting (``:ExampleSetting``), configure an alias - ``dataverse.my.example.setting=dataverse.settings.fromdb.ExampleSetting`` in +``dataverse.my.example.setting=dataverse.settings.fromdb.ExampleSetting`` in ``src/main/resources/META-INF/microprofile-aliases.properties``. This will enable backward compatibility. A database setting with an i18n attribute using *lang* will have available language codes appended to the name.