diff --git a/doc/source/source_rst/software/operations/config.rst b/doc/source/source_rst/software/operations/config.rst
index ceb54d35b8c934c8d15a3f8c779c7ea1cd59ece5..ef3cc7e207b051f4cf1ac6e85bb2def69962a527 100644
--- a/doc/source/source_rst/software/operations/config.rst
+++ b/doc/source/source_rst/software/operations/config.rst
@@ -5,7 +5,9 @@ Configuration
 The configuration of the OhmPi file `config.py` tells the software how the hardware is set up, cabled and configured.
 In certain cases, it also allows you to define hardware specifications, such as the maximum voltage that a specific MUX board can handle.
 For general purpose, most specifications can be left on default values.
+
 .. warning::
+
 The configuration file defines how the OhmPi system is assembled and is expected to behave. It has a different purpose than the measurement settings which define the acquisition parameters. Several combinations of `settings`_ can be handled by one configuration specified in a config.py file.
 
 A default version of `config.py` is provided in the repository.
diff --git a/doc/source/source_rst/software/operations/settings.rst b/doc/source/source_rst/software/operations/settings.rst
index d88b573ee0fdff1234b480d67cb5d79ab4c2d630..aeffde4088ce8ae9795c22ec5f60c0eccd620ed5 100644
--- a/doc/source/source_rst/software/operations/settings.rst
+++ b/doc/source/source_rst/software/operations/settings.rst
@@ -1,3 +1,4 @@
+.. _settings:
 Acquisition settings
 ********************