Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def run(self) -> list[nodes.Node]:
"target_dir": target_dir,
}

# inject needs_string_links config before add_need()
# inject needs_string_links config before add_need()123
Copy link

Copilot AI Sep 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment has '123' appended to it, which appears to be an accidental addition and should be removed to maintain clean documentation.

Suggested change
# inject needs_string_links config before add_need()123
# inject needs_string_links config before add_need()

Copilot uses AI. Check for mistakes.
# https://sphinx-needs.readthedocs.io/en/latest/configuration.html#needs-string-links
# local URL
local_url_field = None
Expand Down
Loading