mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Install abbreviation node forcedly
This commit is contained in:
parent
773568a4e2
commit
446f92362b
@ -389,7 +389,7 @@ def setup(app):
|
||||
app.add_node(download_reference)
|
||||
app.add_node(literal_emphasis)
|
||||
app.add_node(literal_strong)
|
||||
app.add_node(abbreviation)
|
||||
app.add_node(abbreviation, override=True)
|
||||
app.add_node(manpage)
|
||||
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user