Closed
Description
Minimal reproduction example:
def hello() -> str:
"""
.. seealso:: more info at <https://example.com>`_.
"""
return "Hello, world!"
This triggers this warning during build:
.../helloworld.py:docstring of helloworld.hello:3: WARNING: Explicit markup ends without a blank line; unexpected unindent.
(using sphinx==7.4.1, sphinx_autodoc_typehints==2.2.2)
Metadata
Metadata
Assignees
Labels
No labels