mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Silence a Sphinx warning
This commit is contained in:
parent
3da2f88dfe
commit
c517aefabd
@ -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
|
$ GUNICORN_CMD_ARGS="--bind=127.0.0.1 --workers=3" gunicorn app:app
|
||||||
|
|
||||||
.. versionadded:: 19.7
|
.. versionadded:: 19.7
|
||||||
|
|
||||||
"""
|
"""
|
||||||
ISSUE_URI = 'https://github.com/benoitc/gunicorn/issues/%s'
|
ISSUE_URI = 'https://github.com/benoitc/gunicorn/issues/%s'
|
||||||
PULL_REQUEST_URI = 'https://github.com/benoitc/gunicorn/pull/%s'
|
PULL_REQUEST_URI = 'https://github.com/benoitc/gunicorn/pull/%s'
|
||||||
|
|||||||
@ -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
|
$ GUNICORN_CMD_ARGS="--bind=127.0.0.1 --workers=3" gunicorn app:app
|
||||||
|
|
||||||
.. versionadded:: 19.7
|
.. versionadded:: 19.7
|
||||||
|
|
||||||
Config File
|
Config File
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user