Silence a Sphinx warning

This commit is contained in:
Berker Peksag 2017-02-05 05:58:01 +03:00
parent 3da2f88dfe
commit c517aefabd
2 changed files with 2 additions and 0 deletions

View File

@ -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'

View File

@ -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
-----------