From 2ad095ebfad33cf437ca6eb61dc614cab55a48c1 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 4 Jan 2016 20:52:18 +0100 Subject: [PATCH] Removed unsupported rST directive options to fix README rendering on PyPI. --- README.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.rst b/README.rst index 39f5b79..76020d4 100644 --- a/README.rst +++ b/README.rst @@ -71,7 +71,6 @@ of the appropriate starter functions, e.g. a typical **manage.py** using django-configurations would look like this: .. code-block:: python - :emphasize-lines: 10 #!/usr/bin/env python @@ -93,7 +92,6 @@ Notice in line 10 we don't use the common tool The same applies to your **wsgi.py** file, e.g.: .. code-block:: python - :emphasize-lines: 6 import os