diff --git a/platypush/message/response/camera/android.py b/platypush/message/response/camera/android.py
index ed18f0c8..5bf9446f 100644
--- a/platypush/message/response/camera/android.py
+++ b/platypush/message/response/camera/android.py
@@ -7,7 +7,7 @@ class AndroidCameraStatusResponse(CameraResponse):
     """
     Sample response::
 
-        ..code-block:: json
+        .. code-block:: json
 
         {
             "stream_url": "https://192.168.1.30:8080/video",
diff --git a/platypush/plugins/arduino.py b/platypush/plugins/arduino.py
index a48070df..978edf65 100644
--- a/platypush/plugins/arduino.py
+++ b/platypush/plugins/arduino.py
@@ -66,7 +66,7 @@ class ArduinoPlugin(GpioSensorPlugin):
             can be a function that takes an argument and transforms it or its lambda string representation.
             Note that ``analog_read`` returns by default float values in the range [0.0, 1.0]. Example:
 
-            ..code-block:: yaml
+            .. code-block:: yaml
 
                 arduino:
                     board: /dev/ttyUSB0
diff --git a/platypush/plugins/gpio/zeroborg/__init__.py b/platypush/plugins/gpio/zeroborg/__init__.py
index 3dab8d1a..5ab97e26 100644
--- a/platypush/plugins/gpio/zeroborg/__init__.py
+++ b/platypush/plugins/gpio/zeroborg/__init__.py
@@ -150,7 +150,7 @@ class GpioZeroborgPlugin(Plugin):
         """
         Get the current direction and motors power. Example response::
 
-            ..code-block:: json
+            .. code-block:: json
 
             {
                 "status": "running",