We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7945e5f commit 06237aaCopy full SHA for 06237aa
docstring_to_markdown/rst.py
@@ -94,10 +94,6 @@ def __init__(
94
)
95
96
SPHINX_RULES: List[Directive] = [
97
- Directive(
98
- pattern=r':c:({}):`\.?(?P<name>[^`]+?)`'.format('|'.join(SPHINX_CROSS_REF_C)),
99
- replacement=r'`\g<name>`'
100
- ),
101
Directive(
102
pattern=r':c:({}):`\.?(?P<name>[^`]+?)`'.format('|'.join(SPHINX_CROSS_REF_C)),
103
replacement=r'`\g<name>`'
0 commit comments