mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #2060: `:manpage:` role uses incorrect style (node)
It should be use bold style to reference man pages in man format. On other formats, it is still represented as emphasis.
This commit is contained in:
@@ -20,3 +20,4 @@ def test_all(app, status, warning):
|
||||
|
||||
content = (app.outdir / 'SphinxTests.1').text()
|
||||
assert r'\fBprint \fP\fIi\fP\fB\en\fP' in content
|
||||
assert r'\fBmanpage\en\fP' in content
|
||||
|
||||
Reference in New Issue
Block a user