Skip to content

Commit e1887a8

Browse files
authored
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
1 parent 8d13dc9 commit e1887a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build/autogenerate.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -730,8 +730,8 @@ hook runner:
730730
The following configuration option is specific to the ``"exec"`` hook runner:
731731

732732
* ``executable`` - the name of the executable to invoke. Can be either a
733-
bare executable name which will be searched in ``$PATH``, or a full pathname
734-
to avoid potential issues with path interception.
733+
bare executable name which will be searched in ``$PATH``, or a full pathname
734+
to avoid potential issues with path interception.
735735

736736
The following options are supported by both ``"console_scripts"`` and ``"exec"``:
737737

0 commit comments

Comments
 (0)