diff --git a/doc/source/source_rst/software/operations/config.rst b/doc/source/source_rst/software/operations/config.rst
index dac9410d6a2bf124c1089281fec6f431d5e85672..98e7395359ad08353e1401e455f084b8cb5952f1 100644
--- a/doc/source/source_rst/software/operations/config.rst
+++ b/doc/source/source_rst/software/operations/config.rst
@@ -27,15 +27,24 @@ Configuration file structure
 ----------------------------
 
 The configuration is written in a python file structured in a series of dictionnaries related to:
+
 #. OHMPI_CONFIG: the OhmPi instrument information (id of the instrument and default settings)
+
 #. HARDWARE_CONFIG: the hardware system in which the five different modules 'ctl' (controller), 'tx' (transmitter), 'rx' (receiver), 'mux' (multiplexers), 'pwr' (power).
+
 #. the logging dictionnaries divided in:
-* EXEC_LOGGING_CONFIG
-* DATA_LOGGING_CONFIG
-*SOH_LOGGING_CONFIG
+
+   * EXEC_LOGGING_CONFIG
+
+   * DATA_LOGGING_CONFIG
+
+   *SOH_LOGGING_CONFIG
+
 #. the MQTT dictionnaries divided in:
-* MQTT_LOGGING_CONFIG
-* MQTT_CONTROL_CONFIG
+
+   * MQTT_LOGGING_CONFIG
+
+   * MQTT_CONTROL_CONFIG
 
 .. toctree::
    :maxdepth: 2