mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix bad node value for makevar.
This commit is contained in:
@@ -24,7 +24,7 @@ generic_docroles = {
|
||||
'guilabel' : nodes.strong,
|
||||
'kbd' : nodes.literal,
|
||||
'mailheader' : addnodes.literal_emphasis,
|
||||
'makevar' : nodes.Text,
|
||||
'makevar' : nodes.strong,
|
||||
'manpage' : addnodes.literal_emphasis,
|
||||
'mimetype' : addnodes.literal_emphasis,
|
||||
'newsgroup' : addnodes.literal_emphasis,
|
||||
|
||||
Reference in New Issue
Block a user