diff --git a/boards/beagleplay/demos-and-tutorials/using-qwiic.rst b/boards/beagleplay/demos-and-tutorials/using-qwiic.rst
index 578af3f9053fe4abcf9dbf9e2011a15d9fd4c49c..2ccb550f29afc941585c2bb80d70498003ef6590 100644
--- a/boards/beagleplay/demos-and-tutorials/using-qwiic.rst
+++ b/boards/beagleplay/demos-and-tutorials/using-qwiic.rst
@@ -199,7 +199,7 @@ display it as a string:
 Additionally in above text we can display our current IP Address using below script.
 You can create a new file then copy paste it and run.
 
-.. code:: shell-session
+.. code:: python
 
     from __future__ import print_function
     import qwiic_oled_display
diff --git a/boards/beaglev/fire/demos-and-tutorials/gateware/axi-apb-interfaces-demo.rst b/boards/beaglev/fire/demos-and-tutorials/gateware/axi-apb-interfaces-demo.rst
index 928cb411f4dc4b6244cc1133ffb86c32b88091d6..17dd422f3f32c17e687c59cc416d115a62d6ea93 100644
--- a/boards/beaglev/fire/demos-and-tutorials/gateware/axi-apb-interfaces-demo.rst
+++ b/boards/beaglev/fire/demos-and-tutorials/gateware/axi-apb-interfaces-demo.rst
@@ -114,7 +114,7 @@ Design Details
 
 Finally, an entry will be added to the device tree to make a UIO device point to our LSRAM's memory region.
 
-.. code-block:: devicetree
+.. code-block:: none
 
     &{/} {
         fabric-bus@40000000 {
diff --git a/boards/beaglev/fire/demos-and-tutorials/gateware/customize-cape-gateware-verilog.rst b/boards/beaglev/fire/demos-and-tutorials/gateware/customize-cape-gateware-verilog.rst
index f759122339a844eb3c06d3a75c8cae82d5c38a45..5831a0372ac8b149c2bb52910523e1f26bd5d4a7 100644
--- a/boards/beaglev/fire/demos-and-tutorials/gateware/customize-cape-gateware-verilog.rst
+++ b/boards/beaglev/fire/demos-and-tutorials/gateware/customize-cape-gateware-verilog.rst
@@ -220,7 +220,7 @@ Add the instantiation of the blinky module:
 
 .. callout::
     
-    .. code-block:: devicetree
+    .. code-block:: dts
 
         //--------P9_41_42_IOPADS
         P9_41_42_IOPADS P9_41_42_IOPADS_0(
@@ -315,7 +315,7 @@ programmed on your BeagleV-Fire.
 
 .. callout::
     
-    .. code-block:: devicetree
+    .. code-block:: dts
 
         /dts-v1/;
         /plugin/;
diff --git a/boards/beaglev/fire/demos-and-tutorials/gateware/exploring-gateware-design-libero.rst b/boards/beaglev/fire/demos-and-tutorials/gateware/exploring-gateware-design-libero.rst
index 3500859fde32595a81795d14298e9c68c246194b..cd00a0732c0c5c3dca80c79dbfebaa64653d651d 100644
--- a/boards/beaglev/fire/demos-and-tutorials/gateware/exploring-gateware-design-libero.rst
+++ b/boards/beaglev/fire/demos-and-tutorials/gateware/exploring-gateware-design-libero.rst
@@ -301,7 +301,7 @@ Now, concatenate the contents of this exported file to our gateware's HDL sourci
     Replace the ``-file`` argument in the line with ``-file $project_dir/hdl/blinky.v``.
     Finally, source the file by add a line below line no. 11 as:
 
-.. code-block:: tcl
+.. code-block:: none
 
         -hdl_source {script_support/HDL/AXI4_address_shim/AXI4_address_shim.v} \
         -hdl_source {script_support/HDL/BLINKY/blinky.v} # ⓵ Source the script below line 11