From 632589861109c24712b729c8d5eca47652570e43 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Mon, 1 Dec 2014 07:07:55 +0200 Subject: [PATCH] Fix syntax highlighting in configure.rst. --- docs/source/configure.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/configure.rst b/docs/source/configure.rst index 4b8c958c..e2fd1f4e 100644 --- a/docs/source/configure.rst +++ b/docs/source/configure.rst @@ -82,7 +82,9 @@ let us know. Paster Applications ------------------- -In your INI file, you can specify to use Gunicorn as the server like such:: +In your INI file, you can specify to use Gunicorn as the server like such: + +.. code-block:: ini [server:main] use = egg:gunicorn#main