From b6d6d249cf0c5086379c272c66c6b3ab2af3a872 Mon Sep 17 00:00:00 2001 From: Philipp Edelmann Date: Wed, 12 Jun 2024 21:51:51 -0600 Subject: [PATCH] fix rendering of code-block in documentation An empty line is needed for interpreting the code-block correctly --- doc/source/User_Guide/getting_started.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/User_Guide/getting_started.rst b/doc/source/User_Guide/getting_started.rst index ef2a63bb..d02f5aef 100644 --- a/doc/source/User_Guide/getting_started.rst +++ b/doc/source/User_Guide/getting_started.rst @@ -40,6 +40,7 @@ named "radev" and installs all necessary packages. The third line activates the This command will likely take a while (a few minutes). If you want to undo the change to the channel priority setting afterwards, you can run + .. code-block:: bash conda config --set channel_priority flexible