From: Michiel W. Beijen Date: Wed, 8 Jan 2025 19:02:11 +0000 (+0100) Subject: Docs: fix layout issue in autogenerate (#1589) X-Git-Tag: rel_1_14_1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1887a867a6314c31fba84f4d9e1a5bc87d3352d;p=thirdparty%2Fsqlalchemy%2Falembic.git Docs: fix layout issue in autogenerate (#1589) During building of the docs, I got this warning: > alembic/docs/build/autogenerate.rst:733: WARNING: Bullet list ends without a blank line; unexpected unindent. [docutils] This PR fixes the problem --- diff --git a/docs/build/autogenerate.rst b/docs/build/autogenerate.rst index e92a7eed..ad88d475 100644 --- a/docs/build/autogenerate.rst +++ b/docs/build/autogenerate.rst @@ -730,8 +730,8 @@ hook runner: The following configuration option is specific to the ``"exec"`` hook runner: * ``executable`` - the name of the executable to invoke. Can be either a -bare executable name which will be searched in ``$PATH``, or a full pathname -to avoid potential issues with path interception. + bare executable name which will be searched in ``$PATH``, or a full pathname + to avoid potential issues with path interception. The following options are supported by both ``"console_scripts"`` and ``"exec"``: