From c517aefabdf91a6c6bb16c00d969a05986f1427b Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sun, 5 Feb 2017 05:58:01 +0300 Subject: [PATCH] Silence a Sphinx warning --- docs/gunicorn_ext.py | 1 + docs/source/settings.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/gunicorn_ext.py b/docs/gunicorn_ext.py index 139fea58..b3accc70 100755 --- a/docs/gunicorn_ext.py +++ b/docs/gunicorn_ext.py @@ -27,6 +27,7 @@ for reference on setting at the command line. $ GUNICORN_CMD_ARGS="--bind=127.0.0.1 --workers=3" gunicorn app:app .. versionadded:: 19.7 + """ ISSUE_URI = 'https://github.com/benoitc/gunicorn/issues/%s' PULL_REQUEST_URI = 'https://github.com/benoitc/gunicorn/pull/%s' diff --git a/docs/source/settings.rst b/docs/source/settings.rst index 30d6e808..46fdb9cf 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -19,6 +19,7 @@ for reference on setting at the command line. $ GUNICORN_CMD_ARGS="--bind=127.0.0.1 --workers=3" gunicorn app:app .. versionadded:: 19.7 + Config File -----------