Skip to content

Commit

Permalink
Docs: fix layout issue in autogenerate (#1589)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mbeijen authored Jan 8, 2025
1 parent 8d13dc9 commit e1887a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build/autogenerate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"``:

Expand Down

0 comments on commit e1887a8

Please sign in to comment.