mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Add missing :cmember: role.
This commit is contained in:
@@ -61,3 +61,4 @@ def setup(app):
|
||||
app.add_role('cfunc', old_crole)
|
||||
app.add_role('cmacro', old_crole)
|
||||
app.add_role('ctype', old_crole)
|
||||
app.add_role('cmember', old_crole)
|
||||
|
||||
Reference in New Issue
Block a user