Fix rST rendering of env var (#2085)

This was broken in ad011bc32d (diff-fd40cf2be7711772de9d8316da038cceR263)
This commit is contained in:
Jannis Leidel 2016-11-15 11:57:09 +01:00 committed by Markus Unterwaditzer
parent 281c9c3ff9
commit 4cf4229355

View file

@ -262,7 +262,7 @@ So a common pattern is this::
This first loads the configuration from the
`yourapplication.default_settings` module and then overrides the values
with the contents of the file the :envvar:``YOURAPPLICATION_SETTINGS``
with the contents of the file the :envvar:`YOURAPPLICATION_SETTINGS`
environment variable points to. This environment variable can be set on
Linux or OS X with the export command in the shell before starting the
server::