-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
type:proposala feature suggestiona feature suggestion
Milestone
Description
I just learned from the sphinx doc sources that one can disable cross-references by prefixing the reference with an exclamation mark.
The relevant source code seems to be:
sphinx/sphinx/util/docutils.py
Lines 602 to 603 in 341b041
| # if the first character is a bang, don't cross-reference at all | |
| self.disabled = text.startswith('!') |
I haven't found anything about this in the documentation. Is this an official feature? If so, we should document it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type:proposala feature suggestiona feature suggestion