From 911feaa877d5800620a115e2f37e2ff11dbf9d9d Mon Sep 17 00:00:00 2001 From: Benjamin Reese Date: Tue, 26 Mar 2024 23:01:07 -0700 Subject: [PATCH] code-block --- docs/src/migration/rogue_v6.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/migration/rogue_v6.rst b/docs/src/migration/rogue_v6.rst index a38781da4..0e4d40b08 100644 --- a/docs/src/migration/rogue_v6.rst +++ b/docs/src/migration/rogue_v6.rst @@ -132,7 +132,7 @@ Previously Deprecated Legacy GUI has Been Removed The legacy GUI has been removed. You can no longer use the following code to launch a generic tree GUI. -.. code:: python +.. code-block:: python import pyrogue.gui @@ -145,7 +145,7 @@ code to launch a generic tree GUI. Instead, use the new PyDM GUI -.. code:: python +.. code-block:: python import pyrogue.pydm