mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Restore relative path output in the babel runner (#12773)
This commit is contained in:
parent
03b9134ee0
commit
b4d2058310
@ -111,7 +111,7 @@ def run_extract() -> None:
|
||||
catalogue.add(
|
||||
message,
|
||||
None,
|
||||
[(str(filename), lineno)],
|
||||
[(str(relative_name), lineno)],
|
||||
auto_comments=comments,
|
||||
context=context,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user