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:
Takeshi KOMIYA
2016-01-08 22:17:45 +09:00
parent f44fd9f994
commit 50426a711c
8 changed files with 36 additions and 1 deletions

View File

@@ -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