From 161ef6ebd9f8296517226bc763eafe573bce38ad Mon Sep 17 00:00:00 2001 From: Martey Dodoo Date: Fri, 25 Mar 2016 12:52:07 -0400 Subject: [PATCH] Add language to code blocks in installation docs. Add a language to the code blocks in the installation documentation, in hopes that this will make them display on Read the Docs. --- docs/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index edbded5a..2c279206 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -13,7 +13,7 @@ Installing from Git For the newest features, you should install the SDK directly from Git. -.. code-block:: +.. code-block:: shell virtualenv facebookenv source facebookenv/bin/activate @@ -25,7 +25,7 @@ Installing a Released Version If your application requires maximum stability, you will want to use a version of the SDK that has been officially released. -.. code-block:: +.. code-block:: shell virtualenv facebookenv source facebookenv/bin/activate