From 83d97c25ca84e8ac66fb5b3942562ff16056dbc7 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Mon, 16 Jun 2014 14:01:43 +0300 Subject: [PATCH] Fix a markup error in news.rst. This commit also silences a couple of Sphinx warnings e.g. WARNING: Bullet list ends without a blank line; unexpected unindent. --- docs/source/news.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/news.rst b/docs/source/news.rst index dba5c4b6..2838a3f1 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -94,14 +94,16 @@ core - add: include tz offset in access log - add: include access logs in the syslog handler. - add --reload option for code reloading -- add the capability to load `gunicorn.base.Application` without the loading of the arguments of the command line. It allows you to [embed gunicorn in your own application](http://docs.gunicorn.org/en/latest/custom.html). +- add the capability to load `gunicorn.base.Application` without the loading of + the arguments of the command line. It allows you to :ref:`embed gunicorn in + your own application `. - improve: set wsgi.multithread to True for async workers - fix logging: make sure to redirect wsgi.errors when needed - add: syslog logging can now be done to a unix socket - fix logging: don't try to redirect stdout/stderr to the logfile. - fix logging: don't propagate log - improve logging: file option can be overriden by the gunicorn options -`--error-logfile` and `--access-logfile` if they are given. + `--error-logfile` and `--access-logfile` if they are given. - fix: dont' override SERVER_* by the Host header - fix: handle_error - add more option to configure SSL