Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e3e67 commit ef5c63dCopy full SHA for ef5c63d
1 file changed
doc/sphinxext/missing_references.py
@@ -173,7 +173,7 @@ def _warn_unused_missing_references(app):
173
msg = (f"Reference {domain_type} {target} for "
174
f"{ignored_reference_location} can be removed"
175
f" from {app.config.missing_references_filename}."
176
- "It is no longer a missing reference in the docs.")
+ " It is no longer a missing reference in the docs.")
177
logger.warning(msg,
178
location=ignored_reference_location,
179
type='ref',
0 commit comments