Browse Source

fix code block formatting

Mikhail Sobolev 12 years ago
parent
commit
90db9e7517
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/sources/contributing/devenvironment.rst

+ 2 - 2
docs/sources/contributing/devenvironment.rst

@@ -7,7 +7,7 @@ Setting up a dev environment
 
 
 Instructions that have been verified to work on Ubuntu 12.10,
 Instructions that have been verified to work on Ubuntu 12.10,
 
 
-.. code:: bash
+.. code-block:: bash
 
 
     sudo apt-get -y install lxc wget bsdtar curl golang git
     sudo apt-get -y install lxc wget bsdtar curl golang git
 
 
@@ -24,7 +24,7 @@ Instructions that have been verified to work on Ubuntu 12.10,
 
 
 Then run the docker daemon,
 Then run the docker daemon,
 
 
-.. code:: bash
+.. code-block:: bash
 
 
     sudo $GOPATH/bin/docker -d
     sudo $GOPATH/bin/docker -d