From 890aca6c4b0552bc68655d2597777c0d6f468511 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Fri, 3 Oct 2014 16:46:43 +0300 Subject: [PATCH] Update settings.rst header. Followup to 5536a5fd73fb18642365354ce00a369da0ffea03. --- docs/gunicorn_ext.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/gunicorn_ext.py b/docs/gunicorn_ext.py index 666afe21..ea66a1d3 100755 --- a/docs/gunicorn_ext.py +++ b/docs/gunicorn_ext.py @@ -2,9 +2,11 @@ import os import inspect import gunicorn.config as guncfg -HEAD = """ +HEAD = """\ .. _settings: +.. Please update gunicorn/config.py instead. + Settings ========