mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add missing :cmember: role.
This commit is contained in:
parent
0e2f523783
commit
690fc257e9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user