]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Docs: fix layout issue in autogenerate (#1589)
authorMichiel W. Beijen <mb@x14.nl>
Wed, 8 Jan 2025 19:02:11 +0000 (20:02 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Jan 2025 19:02:11 +0000 (20:02 +0100)
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

docs/build/autogenerate.rst

index e92a7eed076b68774e72b8c7d5739fac7b98ef6d..ad88d47579540a796ed617a5783208cfab946808 100644 (file)
@@ -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"``: