Skip to content

Commit

Permalink
Removed unsupported rST directive options to fix README rendering on …
Browse files Browse the repository at this point in the history
…PyPI.
  • Loading branch information
jezdez committed Jan 4, 2016
1 parent 376b594 commit 2ad095e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2ad095e

Please sign in to comment.